From 59d1eb8ed12b4ee7333efe799ce00b2f2dbe3213 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Fri, 26 Feb 2021 08:56:47 -0600 Subject: [PATCH] fix(template): fixes typo in react template README The other two templates are correct --- templates/react/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/react/README.md b/templates/react/README.md index a3e7543ae..42bcb8ebb 100644 --- a/templates/react/README.md +++ b/templates/react/README.md @@ -42,7 +42,7 @@ Jest tests are set up to run with `npm test` or `yarn test`. ### Bundle analysis -Calculates the real cost of your library using [size-limit](https://github.com/ai/size-limit) with `npm run size` and visulize it with `npm run analyze`. +Calculates the real cost of your library using [size-limit](https://github.com/ai/size-limit) with `npm run size` and visualize it with `npm run analyze`. #### Setup Files