Skip to content

Commit 1f0ff40

Browse files
authored
spelling fix (#610)
1 parent 8c09682 commit 1f0ff40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/guide/rule-config/composite-rule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,4 @@ It has less indentation than before. See the rewritten rule [in action](/playgro
164164
Rule object does not guarantee the order of rule matching. It is possible that the `inside` rule matches before the `pattern` rule in the example above.
165165
:::
166166

167-
Rule order is not important if rules are completely independent. However, matching metavaraible in patterns depends on the result of previous pattern matching. If you use pattern with [meta variables](/guide/pattern-syntax.html#meta-variable-capturing), make sure to use `all` array to guarantee rule execution order.
167+
Rule order is not important if rules are completely independent. However, matching metavariable in patterns depends on the result of previous pattern matching. If you use pattern with [meta variables](/guide/pattern-syntax.html#meta-variable-capturing), make sure to use `all` array to guarantee rule execution order.

0 commit comments

Comments
 (0)