Skip to content

Commit 62f10db

Browse files
Fix typos
1 parent a7f1712 commit 62f10db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/prompt-customization.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ rule:
291291
> [Utility Rule](https://ast-grep.github.io/guide/rule-config/utility-rule.html)
292292

293293
### Packages
294-
A package is what allows you to share rules across multiple projects. Essentially a package is a collection of ast-grep rules.
294+
A package is what allows you to share rules across multiple projects. Essentially, a package is a collection of ast-grep rules.
295295

296296
Coderabbit provides a set of packages that you can use out of the box. You can also create your own packages and share them with the community or just
297297
use them within your organization.
@@ -317,7 +317,7 @@ Let's say that you have a public repository that contains ast-grep rules. You ca
317317

318318
Requirements for a package:
319319
- should be a public repository
320-
- contains rules that follows the ast-grep rule format
320+
- contains rules that follow the ast-grep rule format
321321
- package name should be in the format `organization/repository`
322322

323323
```yaml

0 commit comments

Comments
 (0)