X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=docs%2Fdevelopment.md;h=f2e90201f9c86853cb5ddd374c337271f525866b;hb=addaf36c3d0f15b7518e31fc193b5eecbdaa0141;hp=6ea1cba1379064c17e72f025a3faf3956f5247e4;hpb=c368290e32213f537b7b1479d767ee404b0a8399;p=github%2Fbastienwirtz%2Fhomer.git 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`