Skip to content

Commit 26b95a8

Browse files
vinylljwetzell
authored andcommitted
Fixed English grammar/typo (usebruno#2493)
1 parent 145a719 commit 26b95a8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
| [日本語](docs/contributing/contributing_ja.md)
1717
| [हिंदी](docs/contributing/contributing_hi.md)
1818

19-
## Let's make Bruno better, together !!
19+
## Let's make Bruno better, together!!
2020

2121
We are happy that you are looking to improve Bruno. Below are the guidelines to get started bringing up Bruno on your computer.
2222

docs/contributing/contributing_de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
| [日本語](./contributing_ja.md)
1717
| [हिंदी](./contributing_hi.md)
1818

19-
## Lass uns Bruno noch besser machen, gemeinsam !!
19+
## Lass uns Bruno noch besser machen, gemeinsam!!
2020

2121
Ich freue mich, dass Du Bruno verbessern möchtest. Hier findest Du eine Anleitung, mit der Du Bruno auf Deinem Computer einrichten kannst.
2222

docs/readme/readme_pt_br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Bruno é totalmente offline. Não há planos de adicionar sincronização em nuv
4545
A grande maioria dos nossos recursos são gratuitos e de código aberto.
4646
Nós nos esforçamos para encontrar um equilíbrio harmônico entre [princípios de código aberto e sustentabilidade](https://github.com/usebruno/bruno/discussions/269)
4747

48-
Você pode pré encomendar o plano [Golden Edition](https://www.usebruno.com/pricing) por ~~USD $19~~ **USD $9** ! <br/>
48+
Você pode pré encomendar o plano [Golden Edition](https://www.usebruno.com/pricing) por ~~USD $19~~ **USD $9**! <br/>
4949

5050
### Instalação
5151

packages/bruno-cli/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const run = async () => {
2020
.commandDir('commands')
2121
.epilogue(CLI_EPILOGUE)
2222
.usage('Usage: $0 <command> [options]')
23-
.demandCommand(1, "Woof !! Let's play with some APIs !!")
23+
.demandCommand(1, "Woof!! Let's play with some APIs!!")
2424
.help('h')
2525
.alias('h', 'help');
2626
};

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever. We v
4747
Majority of our features are free and open source.
4848
We strive to strike a harmonious balance between [open-source principles and sustainability](https://github.com/usebruno/bruno/discussions/269)
4949

50-
You can buy the [Golden Edition](https://www.usebruno.com/pricing) for a one-time payment of **$19** ! <br/>
50+
You can buy the [Golden Edition](https://www.usebruno.com/pricing) for a one-time payment of **$19**! <br/>
5151

5252
### Installation
5353

0 commit comments

Comments
 (0)