From bca959d1a37f13bae01ccc75b3189d64a33b2c68 Mon Sep 17 00:00:00 2001 From: Maxime Le Conte des Floris Date: Tue, 10 Apr 2018 03:00:48 +0200 Subject: [PATCH] docs: fix typo (#53) --- docs/Theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Theming.md b/docs/Theming.md index 74a32f8..9073d62 100644 --- a/docs/Theming.md +++ b/docs/Theming.md @@ -55,4 +55,4 @@ window.__themeColors = { } ``` -Start the development server (`npm run dev`), go to `http://localhost:4002/settings/instances/your-instance-name` and select your newly created theme. Once you've done that, you can updated your theme, and refresh the page to see the change (you don't have to restart the server). \ No newline at end of file +Start the development server (`npm run dev`), go to `http://localhost:4002/settings/instances/your-instance-name` and select your newly created theme. Once you've done that, you can update your theme, and refresh the page to see the change (you don't have to restart the server).