diff --git a/docs/building-the-frontend.md b/docs/building-the-frontend.md index 55d9539093..31c6b27176 100644 --- a/docs/building-the-frontend.md +++ b/docs/building-the-frontend.md @@ -78,4 +78,4 @@ cd src/frontend yarn sass ``` -This gives you one output CSS files that you can put in your statics and use to override Richie's style or add your own parts. +This gives you one output CSS file that you can put in the static files directory of your project and use to override Richie's style or add your own parts.