Permalink
Showing
with
2 additions
and
2 deletions.
-
+1
−1
.github/CONTRIBUTING.md
-
+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