diff --git a/packages/bruno-app/src/components/VariablesEditor/index.js b/packages/bruno-app/src/components/VariablesEditor/index.js index c8fc36fa..735b9a54 100644 --- a/packages/bruno-app/src/components/VariablesEditor/index.js +++ b/packages/bruno-app/src/components/VariablesEditor/index.js @@ -87,7 +87,7 @@ const VariablesEditor = ({ collection }) => {
- Note: As of today, collection variables can only be set via the api -{' '} + Note: As of today, collection variables can only be set via the API -{' '} getVar() and setVar().
In the next release, we will add a UI to set and modify collection variables.
diff --git a/packages/bruno-app/src/components/Welcome/index.js b/packages/bruno-app/src/components/Welcome/index.js index 625f18ab..27851653 100644 --- a/packages/bruno-app/src/components/Welcome/index.js +++ b/packages/bruno-app/src/components/Welcome/index.js @@ -54,7 +54,7 @@ const Welcome = () => {
bruno
-
Opensource IDE for exploring and testing api's
+
Opensource IDE for exploring and testing APIs
Collections
diff --git a/packages/bruno-cli/src/index.js b/packages/bruno-cli/src/index.js index d54c6861..d9bc6655 100644 --- a/packages/bruno-cli/src/index.js +++ b/packages/bruno-cli/src/index.js @@ -20,7 +20,7 @@ const run = async () => { .commandDir('commands') .epilogue(CLI_EPILOGUE) .usage('Usage: $0 [options]') - .demandCommand(1, "Woof !! Let's play with some apis !!") + .demandCommand(1, "Woof !! Let's play with some APIs !!") .help('h') .alias('h', 'help'); }; diff --git a/readme.md b/readme.md index badd9430..6f902b14 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,7 @@
-### Bruno - Opensource IDE for exploring and testing api's. +### Bruno - Opensource IDE for exploring and testing APIs. [![GitHub version](https://badge.fury.io/gh/usebruno%2Fbruno.svg)](https://badge.fury.io/gh/usebruno%bruno) [![CI](https://github.com/usebruno/bruno/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/usebruno/bruno/workflows/unit-tests.yml) @@ -15,7 +15,7 @@ Bruno is a new and innovative API client, aimed at revolutionizing the status qu Bruno stores your collections directly in a folder on your filesystem. We use a plain text markup language, Bru, to save information about API requests. -You can use git or any version control of your choice to collaborate over your api collections. +You can use git or any version control of your choice to collaborate over your API collections. ![bruno](assets/images/landing-2.png)