diff options
author | Ahmed Ashour <asashour@yahoo.com> | 2017-10-04 10:29:34 +0200 |
---|---|---|
committer | Henri Sara <henri.sara@gmail.com> | 2017-10-04 11:29:34 +0300 |
commit | 83f5e593f66d36d99b22298e8023afd3c31a6122 (patch) | |
tree | f17f2a455cd928e3867f58274df68b4014da781d /documentation/articles/CreatingAThemeUsingSass.asciidoc | |
parent | f265739578783ca08b7829ba030a38574b3ed4a7 (diff) | |
download | vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.tar.gz vaadin-framework-83f5e593f66d36d99b22298e8023afd3c31a6122.zip |
Fix typos (#10124)
Diffstat (limited to 'documentation/articles/CreatingAThemeUsingSass.asciidoc')
-rw-r--r-- | documentation/articles/CreatingAThemeUsingSass.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/articles/CreatingAThemeUsingSass.asciidoc b/documentation/articles/CreatingAThemeUsingSass.asciidoc index 4e3ca2c77c..0b1babae76 100644 --- a/documentation/articles/CreatingAThemeUsingSass.asciidoc +++ b/documentation/articles/CreatingAThemeUsingSass.asciidoc @@ -135,7 +135,7 @@ that the name matches your themename, or your styles will not be applied._ Some of the nice features you get with Sass include variables, selector -nesting, mixins (optionally with paramaters), selector inheritance. For +nesting, mixins (optionally with parameters), selector inheritance. For more information of what you can do with Sass, you should refer to the official documentation at http://sass-lang.com |