Skip to content

Fix typos and correct contractions in documentation files #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The wallet can encrypt your private keys into a secure file encrypted by a passw

# Language Setting

Saved into local storage as a 2 letter code.
Saved into local storage as a 2-letter code.

```
"lang": "en"
Expand Down
4 changes: 2 additions & 2 deletions guides/using_cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We use Cypress for end-to-end testing.
## Actions and Logging

- You can see actions and there logs and running [here](https://github.com/ava-labs/avalanche-wallet-internal/actions)
- git action logging doesnt do well live, as of this you have to refresh the logs to see them as they run
- git action logging doesn't do well live, as of this you have to refresh the logs to see them as they run

## Cypress config

Expand All @@ -31,4 +31,4 @@ Rather than creating a config for each environment at the root of the app, we hi
## Ideas for later

- run cypress as a [git cron job](https://jasonet.co/posts/scheduled-actions/) so it runs on scheduled intervals against prod
- include linting so things like .only dont get left inside tests, info can be found [here](https://www.npmjs.com/package/eslint-plugin-no-only-tests)
- include linting so things like .only don't get left inside tests, info can be found [here](https://www.npmjs.com/package/eslint-plugin-no-only-tests)