From c3746454ff7685de3faed8b63b50e543f7540db8 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 28 Jan 2024 18:55:32 -0800 Subject: [PATCH] doc update --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 51b5ccbe..f61f3c44 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -53,7 +53,7 @@ actively welcome your pull requests: should not contain lists or dictionaries This will make it easier to use tools like `jq` without requiring escaping of -special characters, encapsulating key names in [""], keeps paths predictable, +special characters, encapsulating key names in `[""]`, keeps paths predictable, and makes iterating and searching for values easier. **Examples**