Skip to content

Commit 9c9ee77

Browse files
TimShilovHerringtonDarkholme
authored andcommitted
docs: fixed typo
1 parent e686390 commit 9c9ee77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/guide/rule-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Let's walk through the main fields in this configuration.
3232

3333
* `language` is the programming language that the rule is intended to check. It specifies what files will be checked against this rule, based on the file extensions. See the list of [supported languages](/reference/languages.html).
3434

35-
* `rule` is the most interesting part of ast-grep's configuration. It accpets a [rule object](/reference/rule.html) and defines how the rule behaves and what code will be matched. You can learn how to write rule in the [detailed guide](/guide/rule-config/atomic-rule).
35+
* `rule` is the most interesting part of ast-grep's configuration. It accepts a [rule object](/reference/rule.html) and defines how the rule behaves and what code will be matched. You can learn how to write rule in the [detailed guide](/guide/rule-config/atomic-rule).
3636

3737
## Run the Rule
3838

0 commit comments

Comments
 (0)