From 348bf758e3940bbcc1426a430570b0e7fb9ea66c Mon Sep 17 00:00:00 2001 From: Pavlo Buidenkov Date: Fri, 12 Feb 2021 21:34:22 +0200 Subject: [PATCH] doc typo fix --- README.md | 2 +- .../fix-a-typo-in-existing-translation-of-Deskreen.md | 2 +- .../how-to-add-new-language-translation-to-Deskreen.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e904d10..e761a33 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ globally on your machine. in root `./` folder of project run this: ``` -yarn test --updateSnapshot +yarn jest --updateSnapshot ``` in Deskreen Viewer `./app/client` folder of project run this: diff --git a/doc/translations-docs/fix-a-typo-in-existing-translation-of-Deskreen.md b/doc/translations-docs/fix-a-typo-in-existing-translation-of-Deskreen.md index 8ba6756..4298c05 100644 --- a/doc/translations-docs/fix-a-typo-in-existing-translation-of-Deskreen.md +++ b/doc/translations-docs/fix-a-typo-in-existing-translation-of-Deskreen.md @@ -120,7 +120,7 @@ Docs coming soon. Stay tuned. in root `./` folder of project run this: ``` -yarn test --updateSnapshot +yarn jest --updateSnapshot ``` in Deskreen Viewer `./app/client` folder of project run this: diff --git a/doc/translations-docs/how-to-add-new-language-translation-to-Deskreen.md b/doc/translations-docs/how-to-add-new-language-translation-to-Deskreen.md index 4a5bdb1..324ca86 100644 --- a/doc/translations-docs/how-to-add-new-language-translation-to-Deskreen.md +++ b/doc/translations-docs/how-to-add-new-language-translation-to-Deskreen.md @@ -153,7 +153,7 @@ You need to add it in two places: 1. host app, that runs on a computer and 2. cl in root `./` folder of project run this: ``` -yarn test --updateSnapshot +yarn jest --updateSnapshot ``` in Deskreen Viewer `./app/client` folder of project run this: