From a69a76e09db3bccbc58d3b2d0492f96c86cc523d Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 5 Feb 2024 11:07:42 +0100 Subject: [PATCH] docs(style guide): add spelling examples (#27071) --- docs/development/style-guide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/development/style-guide.md b/docs/development/style-guide.md index 628697993f..0f13f971cb 100644 --- a/docs/development/style-guide.md +++ b/docs/development/style-guide.md @@ -10,6 +10,11 @@ This document describes the correct style for user-facing text in the: Set your spell checker to the correct language. +Guidelines: + +- Use `ize` instead of `ise` in words like customize and analyze +- Drop the British `u` in words like behavior + ## One sentence per line In Markdown files, use one sentence per line. -- GitLab