Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 8357b5c

Browse files
committed
📝 Correct spelling error
1 parent 61b5417 commit 8357b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ _Note:_ A subset of this functionality is now available directly in Atom--see [C
88

99
To map a filetype to a new language, use the `file-types` option. Specify the extension (without a dot) as a key, and the new default extension as the value.
1010

11-
For example, the `.hbs` extension defaults to the `handlebars` grammer. To change it to default to `html-htmlbars` (installed separately), open your `config.cson` (via the `Atom -> Config...` menu) and add the following rule:
11+
For example, the `.hbs` extension defaults to the `handlebars` grammar. To change it to default to `html-htmlbars` (installed separately), open your `config.cson` (via the `Atom -> Config...` menu) and add the following rule:
1212

1313
```cson
1414
"*": # make sure to put all "file-types" options under the "*" key

0 commit comments

Comments
 (0)