From 4bfe8359ad13d348231c36d39a917217d7f6a6cf Mon Sep 17 00:00:00 2001 From: "Azat S." Date: Mon, 22 Jul 2024 01:03:59 +0300 Subject: [PATCH] docs: update slogan --- docs/content/guide/introduction.mdx | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/guide/introduction.mdx b/docs/content/guide/introduction.mdx index b1d1f91c..d286790e 100644 --- a/docs/content/guide/introduction.mdx +++ b/docs/content/guide/introduction.mdx @@ -33,7 +33,7 @@ Sorting imports and properties in software development offers numerous benefits: - **Aesthetics**: Beyond functional benefits, a well-formatted codebase is aesthetically pleasing. It gives your code a harmonious structure and visual appeal. -Take your code to the beauty salon! +Take your code to a beauty salon! ## Versioning Policy diff --git a/readme.md b/readme.md index eb69e6f6..ae43775f 100644 --- a/readme.md +++ b/readme.md @@ -31,7 +31,7 @@ Sorting imports and properties in software development offers numerous benefits: - **Code Uniformity**: When all code looks exactly the same, it is very hard to see who wrote it, which makes achieving the lofty goal of _collective code ownership_ easier. -- **Aesthetics**: This not only provides functional benefits, but also gives the code an aesthetic appeal, visually pleasing and harmonious structure. Take your code to the beauty salon! +- **Aesthetics**: This not only provides functional benefits, but also gives the code an aesthetic appeal, visually pleasing and harmonious structure. Take your code to a beauty salon! ## Documentation