From 179fa09fc6c04e5ab0358539b8c898f73a330d4f Mon Sep 17 00:00:00 2001 From: Dmitry <98899785+mdqst@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:31:56 +0300 Subject: [PATCH] Fix grammatical error Update README.md --- apps/react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/react/README.md b/apps/react/README.md index 2cb2ba7b..be7a4b49 100644 --- a/apps/react/README.md +++ b/apps/react/README.md @@ -21,7 +21,7 @@ This React app isn't a complete solution. For example, the list of conversations ## Useful commands - `yarn clean`: Removes `node_modules` and `.turbo` folders -- `yarn format`: Runs prettier format and write changes +- `yarn format`: Runs prettier format and writes changes - `yarn format:check`: Runs prettier format check - `yarn lint`: Runs ESLint - `yarn typecheck`: Runs `tsc`