Remove rogue apostrophes and capitalise API in text.

Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
This commit is contained in:
Andy Piper 2023-09-30 15:37:45 +01:00
parent 08ceed86a8
commit 6695d90609
No known key found for this signature in database
GPG Key ID: 8FBF7373AC449A7F
4 changed files with 5 additions and 5 deletions

View File

@ -87,7 +87,7 @@ const VariablesEditor = ({ collection }) => {
<EnvVariables collection={collection} theme={reactInspectorTheme} /> <EnvVariables collection={collection} theme={reactInspectorTheme} />
<div className="mt-8 muted text-xs"> <div className="mt-8 muted text-xs">
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 -{' '}
<span className="font-medium">getVar()</span> and <span className="font-medium">setVar()</span>. <br /> <span className="font-medium">getVar()</span> and <span className="font-medium">setVar()</span>. <br />
In the next release, we will add a UI to set and modify collection variables. In the next release, we will add a UI to set and modify collection variables.
</div> </div>

View File

@ -54,7 +54,7 @@ const Welcome = () => {
<Bruno width={50} /> <Bruno width={50} />
</div> </div>
<div className="text-xl font-semibold select-none">bruno</div> <div className="text-xl font-semibold select-none">bruno</div>
<div className="mt-4">Opensource IDE for exploring and testing api's</div> <div className="mt-4">Opensource IDE for exploring and testing APIs</div>
<div className="uppercase font-semibold heading mt-10">Collections</div> <div className="uppercase font-semibold heading mt-10">Collections</div>
<div className="mt-4 flex items-center collection-options select-none"> <div className="mt-4 flex items-center collection-options select-none">

View File

@ -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');
}; };

View File

@ -1,7 +1,7 @@
<br /> <br />
<img src="assets/images/logo-transparent.png" width="80"/> <img src="assets/images/logo-transparent.png" width="80"/>
### 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) [![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) [![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. 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) <br /><br /> ![bruno](assets/images/landing-2.png) <br /><br />