Skip to content

Commit 55fbb5a

Browse files
committed
style: 💎less description text
1 parent 0b19dd7 commit 55fbb5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎l10n/bundle.l10n.json‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"feat.description": "A new feature",
1414
"fix.description": "A bug fix",
1515
"docs.description": "Documentation only changes",
16-
"style.description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
16+
"style.description": "Changes that do not affect the meaning of the code",
1717
"refactor.description": "A code change that neither fixes a bug nor adds a feature",
1818
"perf.description": "A code change that improves performance",
1919
"test.description": "Adding missing tests or correcting existing tests",
20-
"build.description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
21-
"ci.description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
20+
"build.description": "Changes that affect the build system or external dependencies",
21+
"ci.description": "Changes to our CI configuration files and scripts",
2222
"chore.description": "Other changes that don't modify src or test files",
2323
"revert.description": "Reverts a previous commit",
2424
"Can't load git extention, please install it!": "Can't load git extention, please install it!"

0 commit comments

Comments
 (0)