From 10f5f1d4ae8d715b0b0652844f1dd960fbbb5938 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:49:29 +0200 Subject: [PATCH 1/3] typos README.md Signed-off-by: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad5f29ba..517f39247 100644 --- a/README.md +++ b/README.md @@ -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" From 4a2fb0f03a00ec7924528b493a9a30e1def7aa5a Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:50:45 +0200 Subject: [PATCH 2/3] typos using_cypress.md Signed-off-by: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> --- guides/using_cypress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/using_cypress.md b/guides/using_cypress.md index a9acacc24..8974ff1e7 100644 --- a/guides/using_cypress.md +++ b/guides/using_cypress.md @@ -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) From d7582e9519c54337af73905572b99dcc869595f6 Mon Sep 17 00:00:00 2001 From: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:51:33 +0200 Subject: [PATCH 3/3] typos using_cypress.md Signed-off-by: Dmytrol <46675332+Dimitrolito@users.noreply.github.com> --- guides/using_cypress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/using_cypress.md b/guides/using_cypress.md index 8974ff1e7..e80625dee 100644 --- a/guides/using_cypress.md +++ b/guides/using_cypress.md @@ -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