Skip to content

Commit 01da60e

Browse files
Fix typo
1 parent f702e72 commit 01da60e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/guides/review-instructions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,10 @@ your project.
247247

248248
```yaml
249249
my-awesome-project # project root
250-
|- rules # rule directory
251-
| |- my-rule.yml
252-
|- utils # utils directory
253-
| |- is-literal.yml
250+
|- rules # rule directory
251+
| |- my-rule.yml
252+
|- utils # utils directory
253+
| |- is-literal.yml
254254
```
255255

256256
> Also, you need to add the `rules` and `utils` directories to the
@@ -305,8 +305,8 @@ within your organization.
305305

306306
Packages provided by Coderabbit are:
307307

308-
- `ast-grep-essentials`: A set of essential security rules, because we value security, this package gets
309-
it's own property in the `.coderabbit.yml` file, to make it easier to install and not overwrite. Check
308+
- `ast-grep-essentials`: A set of essential security rules. Because we value security, this package gets
309+
its own property in the `.coderabbit.yml` file, to make it easier to install and not overwrite. Check
310310
the [package repository](https://github.com/coderabbitai/ast-grep-essentials)
311311
for more information.
312312

@@ -344,7 +344,7 @@ my-awesome-project # project root
344344
| |- is-literal.yml
345345
```
346346

347-
**rules** and **utils** directories are keywords and it should be the same. Inside each directory, the structure is up
347+
**rules** and **utils** directories are keywords, and it should be the same. Inside each directory, the structure is up
348348
to you. You can also have any other root directories or files beside the two shown above.
349349

350350
- package name should be in the format `organization/repository`

0 commit comments

Comments
 (0)