Skip to content

Commit

Permalink
fix: fix title casing
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jun 28, 2023
1 parent 7b2f5ea commit 6d67015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/guide/rule-config/relational-rule.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Relational rules
# Relational Rules

Relational rules are powerful operators that can filter the _target_ nodes based on their _surrounding_ nodes.

Expand Down Expand Up @@ -95,11 +95,11 @@ console.log('world');
console.log('hello'); // matches!!
```

## Rules as fields
## Rules as Fields
Relational rule can be used in a rule object's field as a sub rule. This will create a rule equivalent to a composite `all` rule.
Please see [the section in composite rule](/guide/rule-config/composite-rule.html#combine-different-rules-as-fields) for more details.

## Fine tuning relational rule
## Fine Tuning Relational Rule

Relational rule has several options to let you find nodes more precisely.

Expand Down

0 comments on commit 6d67015

Please sign in to comment.