From c2634571f00b4077a0ee218fd96690a39fd81c07 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:20:31 +0100 Subject: [PATCH] [Style guide] Properly spell `readability` --- .../documentation-content-strategy/file-conventions.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/style-guide/documentation-content-strategy/file-conventions.mdx b/src/content/docs/style-guide/documentation-content-strategy/file-conventions.mdx index a8b006d3aeae04..288acab7e56c17 100644 --- a/src/content/docs/style-guide/documentation-content-strategy/file-conventions.mdx +++ b/src/content/docs/style-guide/documentation-content-strategy/file-conventions.mdx @@ -26,7 +26,7 @@ Filenames should: /src/assets/images/api-shield/API_Image_1.png ``` -These conventions are important for user readibility, SEO conventions, and making sure our GitHub actions do not break. +These conventions are important for user readability, SEO conventions, and making sure our GitHub actions do not break. ## Folders