Fix spelling of the example abbreviation (e.g.)

This commit is contained in:
Waldir Pimenta
2019-06-05 15:00:26 +01:00
committed by Alex Ross
parent 41a6a0a378
commit f3e4e47164
27 changed files with 44 additions and 44 deletions

View File

@@ -22,7 +22,7 @@ yarn smoketest --build PATH_TO_NEW_BUILD_PARENT_FOLDER --remote
### Run for a release
You must always run the smoketest version which matches the release you are testing. So, if you want to run the smoketest for a release build (eg `release/1.22`), you need that version of the smoke tests too:
You must always run the smoketest version which matches the release you are testing. So, if you want to run the smoketest for a release build (e.g. `release/1.22`), you need that version of the smoke tests too:
```bash
git checkout release/1.22