From 2662b1704930eff56a61194a6796d463df687889 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sun, 25 Oct 2020 21:12:37 -0700 Subject: chore: applies spell-check against entire repo (aspell) --- docs/development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/development.md') diff --git a/docs/development.md b/docs/development.md index 6ea1cba..f2e9020 100644 --- a/docs/development.md +++ b/docs/development.md @@ -1,4 +1,4 @@ -## Developement +## Development ```sh # Using yarn (recommended) @@ -13,7 +13,7 @@ npm run serve ### Themes Themes are meant to be simple customization (written in [scss](https://sass-lang.com/documentation/syntax)). -To addd a new theme, just add a file in the theme directory, and put all style in the `body #app.theme-` scope. Then import it in the main style file. +To add a new theme, just add a file in the theme directory, and put all style in the `body #app.theme-` scope. Then import it in the main style file. ```scss // `src/assets/themes/my-awesome-theme.scss` -- cgit v1.2.3