From 98b31288bd821df9a95f3ffd11dddaceef05e112 Mon Sep 17 00:00:00 2001 From: Carl Downing Date: Sun, 30 Jul 2023 08:11:52 -0700 Subject: [PATCH] typos --- Docs/run.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/run.md b/Docs/run.md index 8a91510ecd..2acdfbdda0 100644 --- a/Docs/run.md +++ b/Docs/run.md @@ -5,10 +5,10 @@ - Make sure Docker and Docker Compose is installed. - Make sure Node and NPM are installed. - Run: `npm run dev` -- Docker will build and run contaienrs. This will take some time. +- Docker will build and run containers. This will take some time. - You should see OneUptime Home Page on `http://localhost` - The containers are hot reloadable, so any changes you do in local development, it should auto-restart. -- However, containers don't auto-restart for chages made to `package.json` / `webpack.config.js` files. If you've made a change to those files, you should build the container again by running: +- However, containers don't auto-restart for changes made to `package.json` / `webpack.config.js` files. If you've made a change to those files, you should build the container again by running: ``` npm run force-build-dev