Permalink
Browse files

Docs: fix Sass spelling (#10781)

  • Loading branch information...
1 parent 42f8c17 commit de700a238a201232c8481b59b4f7feba7700e977 @lancewillett lancewillett committed on GitHub Jan 19, 2017
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/CONTRIBUTING.md
  2. +1 −1 docs/coding-guidelines.md
@@ -92,7 +92,7 @@ Consistent coding style makes the code so much easier to read. Here are ours:
* [All Coding Guidelines](../docs/coding-guidelines.md)
- [JavaScript](../docs/coding-guidelines/javascript.md)
- - [CSS/SASS](../docs/coding-guidelines/css.md)
+ - [CSS/Sass](../docs/coding-guidelines/css.md)
- [HTML](../docs/coding-guidelines/html.md)
- [React Components](../docs/components.md)
* [I18n Guidelines »](https://github.com/Automattic/i18n-calypso/blob/master/README.md)
@@ -6,7 +6,7 @@ Our coding guidelines are based on the standards adopted by the WordPress core p
### Language-Specific Guidelines
- [HTML](coding-guidelines/html.md)
-- [SASS/CSS](coding-guidelines/css.md)
+- [Sass/CSS](coding-guidelines/css.md)
- [JavaScript](coding-guidelines/javascript.md)
### General Rules

0 comments on commit de700a2

Please sign in to comment.