Skip to content

Commit c6be855

Browse files
shawnbotsimurai
andauthored
fix typo
Co-Authored-By: simurai <simulus@gmail.com>
1 parent beb5a8b commit c6be855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/getting-started/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Let the [design systems team](https://github.com/github/design-systems) know if
7171

7272
## Removing styles and variables
7373

74-
Removing styles and SCSS variables can be a scary. How do you know if the thing you're deleting (or just planning to delete) isn't used in other projects? [Semantic versioning] provides us with an answer: We **don't** know, but we can use "major" version increments (from, say, `13.4.0` to `14.0.0`) to signal that the release includes potentially breaking changes. The rule is simple:
74+
Removing styles and SCSS variables can be scary. How do you know if the thing you're deleting (or just planning to delete) isn't used in other projects? [Semantic versioning] provides us with an answer: We **don't** know, but we can use "major" version increments (from, say, `13.4.0` to `14.0.0`) to signal that the release includes potentially breaking changes. The rule is simple:
7575

7676
**Whenever we delete a CSS selector or SCSS variable, we will increment to the next major version.**
7777

0 commit comments

Comments
 (0)