Skip to content

Commit

Permalink
Docs: Fix Formatting (#14154)
Browse files Browse the repository at this point in the history
Add missing closing backtick.
  • Loading branch information
dhurlburtusa committed Mar 2, 2021
1 parent c0d2ac1 commit ddf361c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuring/configuration-files.md
Expand Up @@ -191,7 +191,7 @@ The `rules` property can do any of the following to extend (or override) the set
* override options for rules from base configurations:
* Base config: `"quotes": ["error", "single", "avoid-escape"]`
* Derived config: `"quotes": ["error", "single"]`
* Resulting actual config: `"quotes": ["error", "single"]
* Resulting actual config: `"quotes": ["error", "single"]`

### Using a shareable configuration package

Expand Down

0 comments on commit ddf361c

Please sign in to comment.