From 6e5a9871249bab2309ee6cfa0d46901d693d5447 Mon Sep 17 00:00:00 2001 From: Gavin Barron Date: Tue, 22 Aug 2023 05:48:27 -0700 Subject: [PATCH] docs: correct typo in react-contoso readme (#2675) --- samples/react-contoso/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/react-contoso/README.md b/samples/react-contoso/README.md index 07438b6e26..e682dd8545 100644 --- a/samples/react-contoso/README.md +++ b/samples/react-contoso/README.md @@ -7,7 +7,7 @@ This project was bootstrapped with [Create React App](https://github.com/faceboo In the root directory for the repository: ``` -yarn && yarn build && yarn watch:react` +yarn && yarn build && yarn watch:react ``` This will: @@ -18,4 +18,4 @@ This will: Open [http://localhost:3000](http://localhost:3000) to view it in the browser. The page will reload if you make edits. -You will also see any lint errors in the console. \ No newline at end of file +You will also see any lint errors in the console.