mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
Fixed English grammar/typo (#2493)
This commit is contained in:
parent
ca22ad06df
commit
fc626041e2
@ -16,7 +16,7 @@
|
|||||||
| [日本語](docs/contributing/contributing_ja.md)
|
| [日本語](docs/contributing/contributing_ja.md)
|
||||||
| [हिंदी](docs/contributing/contributing_hi.md)
|
| [हिंदी](docs/contributing/contributing_hi.md)
|
||||||
|
|
||||||
## Let's make Bruno better, together !!
|
## Let's make Bruno better, together!!
|
||||||
|
|
||||||
We are happy that you are looking to improve Bruno. Below are the guidelines to get started bringing up Bruno on your computer.
|
We are happy that you are looking to improve Bruno. Below are the guidelines to get started bringing up Bruno on your computer.
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
| [日本語](./contributing_ja.md)
|
| [日本語](./contributing_ja.md)
|
||||||
| [हिंदी](./contributing_hi.md)
|
| [हिंदी](./contributing_hi.md)
|
||||||
|
|
||||||
## Lass uns Bruno noch besser machen, gemeinsam !!
|
## Lass uns Bruno noch besser machen, gemeinsam!!
|
||||||
|
|
||||||
Ich freue mich, dass Du Bruno verbessern möchtest. Hier findest Du eine Anleitung, mit der Du Bruno auf Deinem Computer einrichten kannst.
|
Ich freue mich, dass Du Bruno verbessern möchtest. Hier findest Du eine Anleitung, mit der Du Bruno auf Deinem Computer einrichten kannst.
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ Bruno é totalmente offline. Não há planos de adicionar sincronização em nuv
|
|||||||
A grande maioria dos nossos recursos são gratuitos e de código aberto.
|
A grande maioria dos nossos recursos são gratuitos e de código aberto.
|
||||||
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)
|
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)
|
||||||
|
|
||||||
Você pode pré encomendar o plano [Golden Edition](https://www.usebruno.com/pricing) por ~~USD $19~~ **USD $9** ! <br/>
|
Você pode pré encomendar o plano [Golden Edition](https://www.usebruno.com/pricing) por ~~USD $19~~ **USD $9**! <br/>
|
||||||
|
|
||||||
### Instalação
|
### Instalação
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ const run = async () => {
|
|||||||
.commandDir('commands')
|
.commandDir('commands')
|
||||||
.epilogue(CLI_EPILOGUE)
|
.epilogue(CLI_EPILOGUE)
|
||||||
.usage('Usage: $0 <command> [options]')
|
.usage('Usage: $0 <command> [options]')
|
||||||
.demandCommand(1, "Woof !! Let's play with some APIs !!")
|
.demandCommand(1, "Woof!! Let's play with some APIs!!")
|
||||||
.help('h')
|
.help('h')
|
||||||
.alias('h', 'help');
|
.alias('h', 'help');
|
||||||
};
|
};
|
||||||
|
@ -47,7 +47,7 @@ Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever. We v
|
|||||||
Majority of our features are free and open source.
|
Majority of our features are free and open source.
|
||||||
We strive to strike a harmonious balance between [open-source principles and sustainability](https://github.com/usebruno/bruno/discussions/269)
|
We strive to strike a harmonious balance between [open-source principles and sustainability](https://github.com/usebruno/bruno/discussions/269)
|
||||||
|
|
||||||
You can buy the [Golden Edition](https://www.usebruno.com/pricing) for a one-time payment of **$19** ! <br/>
|
You can buy the [Golden Edition](https://www.usebruno.com/pricing) for a one-time payment of **$19**! <br/>
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user