From fe11e634c35f32624d29b69ecb32bbcfab3fda0c Mon Sep 17 00:00:00 2001 From: Andrew Dunbar Date: Thu, 23 Jan 2025 15:19:23 +0700 Subject: [PATCH] fix instance of #384 in docs Unless this means "obtain a setup for your environment" this should be the verb "to set up". --- .../web/src/routes/docs/contributors/author-a-rule/+page.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/routes/docs/contributors/author-a-rule/+page.md b/packages/web/src/routes/docs/contributors/author-a-rule/+page.md index c7495c33..b9cdf002 100644 --- a/packages/web/src/routes/docs/contributors/author-a-rule/+page.md +++ b/packages/web/src/routes/docs/contributors/author-a-rule/+page.md @@ -15,7 +15,7 @@ If you like to learn by example, you can make a copy of the `ThatWhich` rule and Here's the general playbook: - Start by forking the [Harper monorepo](https://github.com/Automattic/harper/fork) and create a new file under `harper-core/src/linting` called `my_rule.rs`. -- Follow our [guide to get your environment setup.](./environment) +- Follow our [guide to get your environment set up.](./environment) - Copy in a template rule (like from `that_which.rs`). - Modify the constructor to create a pattern to look for the problematic text you have in mind. - Export your rule from the `linting module` ([which you can find here](https://github.com/Automattic/harper/blob/master/harper-core/src/linting/mod.rs))