Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Dec 12, 2022
1 parent 1355aeb commit a0f7c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ When no arguments are specified, the style of all Kotlin files (ending with '.kt
ktlint
```

To validate with the [standard ruleset](../../rules/standard/) and the [experimental rulesset](../../rules/experimental/) run command below:
To validate with the [standard ruleset](../../rules/standard/) and the [experimental ruleset](../../rules/experimental/) run command below:

```shell title="Validation with standard and experimental ruleset"
ktlint --experimental
Expand Down

0 comments on commit a0f7c5c

Please sign in to comment.