From 4f17dbfa279dc41b42dec124718536770e2013ab Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Mon, 8 Jun 2026 18:22:17 -0700 Subject: [PATCH] script: update Typos section in CONTRIBUTING.md (#2193) --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df6d947a..58afc181 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,10 +1,10 @@ # Contributing Guidelines -Apart from following [BIP 2](./bip-0002.mediawiki), -we do CI checks to ensure that the proposed BIPs do not have common typos. -These checks are done using [`typos`](https://github.com/crate-ci/typos). -To check for typos locally, -install [`typos`](https://github.com/crate-ci/typos) +## Typos + +Among other tasks, the CI verifies that changes do not contain common typos. +This check is done using [`typos`](https://github.com/crate-ci/typos). +To run this task locally, install [`typos`](https://github.com/crate-ci/typos) and then run in the root directory: ```bash