Skip to content

Commit

Permalink
Fix typo (#295)
Browse files Browse the repository at this point in the history
Fix "simlar" word.
  • Loading branch information
hastadhana authored Apr 19, 2021
1 parent d668bf6 commit 9932cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Cross-compilation currently isn't fully supported, so please build on the approp

## Unit tests

Before checking-in commits, run: `make ci`, which is simlar to the ci.yml workflow and includes:
Before checking-in commits, run: `make ci`, which is similar to the ci.yml workflow and includes:
* Server unit tests: `make server-test`
* Webapp eslint: `cd webapp; npm run check`
* Webapp unit tests: `cd webapp; npm run test`
Expand Down

0 comments on commit 9932cf1

Please sign in to comment.