diff --git a/docs/contents/articles/014-switch-to-blur-theme/index.md b/docs/contents/articles/014-switch-to-blur-theme/index.md
index 7f429b0e..119c8ef9 100644
--- a/docs/contents/articles/014-switch-to-blur-theme/index.md
+++ b/docs/contents/articles/014-switch-to-blur-theme/index.md
@@ -65,13 +65,13 @@ Before running build command, switch to *blur* color profile.
To do so replace theme in `src/app/theme/sass/conf/conf.scss`:
```scss
-@import 'colorScheme/ng2';
+@import 'colorSchemes/ng2';
```
to
```scss
-@import 'colorScheme/blur';
+@import 'colorSchemes/blur';
```
Additionaly, if you would like to use some different background, replace the following images:
@@ -82,4 +82,4 @@ Additionaly, if you would like to use some different background, replace the fol
We suggest using 10px Gaussian blur to blur an original image.
-That's it! You have successfully blurred your theme! Run `npm start` and check it out.
\ No newline at end of file
+That's it! You have successfully blurred your theme! Run `npm start` and check it out.