diff --git a/docs/quick_start.mdx b/docs/quick_start.mdx index 31547a79..4b76b816 100644 --- a/docs/quick_start.mdx +++ b/docs/quick_start.mdx @@ -225,7 +225,7 @@ npm install -g electron firebase-tools dotenv-cli npm run dev ``` -Running the task in development mode enables "hot reloading": when you make changes to the code, they'll immediately be reflected in the app without you needing to restart the server. This is how you'll run the project while creating your task! +Running the task in development mode enables "hot reloading": changes to the code will immediately be reflected in the app without needing to restart the server. This is how you'll run the project while creating your task! :::tip The dev script runs Honeycomb on Electron without any environment variables. Check out the [NPM Scripts](npm_scripts#dev) page for more information on the available development environments.