From d55cc8ce8423ee918d8ac548d075fe4191c2063a Mon Sep 17 00:00:00 2001 From: Roberto Tonino Date: Thu, 18 Jun 2020 20:35:16 +0200 Subject: [PATCH] typos --- COMPILE-UI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILE-UI.md b/COMPILE-UI.md index 36b399c..c89e334 100644 --- a/COMPILE-UI.md +++ b/COMPILE-UI.md @@ -39,7 +39,7 @@ you will have 3 tasks running at the same time: - the [rollup](https://rollupjs.org/guide/en/) watcher pointing to the configured `.js` file and ready to re-bundle - the [SASS](https://sass-lang.com/) compiler watching for `.scss` files changes -Note that in development mode 2 more files, `bundle.js.map` and `style.css.map`, will be created in the public folder. These files will be deleted when runnin the build command, so you don't need to worrt about them. +Note that in development mode 2 more files, `bundle.js.map` and `style.css.map`, will be created in the public folder. These files will be deleted when running the build command, so you don't need to worry about them. **You can now go to http://127.0.0.1:6595 and see the app running.**