From 29f77b7b35a998e3eff756b12f1a330428ed0758 Mon Sep 17 00:00:00 2001 From: Ujjwal Sinha Date: Wed, 20 Dec 2023 12:40:09 +0530 Subject: [PATCH] Fixes Grammatical error in documentation --- docs/source/contributing/design-principles.md | 4 ++-- docs/source/contributing/language-features.md | 2 +- docs/source/contributing/style-guide.md | 4 ++-- packages/volto/news/5552.bugfix | 1 + 4 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 packages/volto/news/5552.bugfix diff --git a/docs/source/contributing/design-principles.md b/docs/source/contributing/design-principles.md index 64224ccd44..3f1e952434 100644 --- a/docs/source/contributing/design-principles.md +++ b/docs/source/contributing/design-principles.md @@ -31,7 +31,7 @@ Volto has to be 100% approachable by someone with zero Plone or Python knowledge is the main Volto principle. That means this someone has to be able to run, test and use Volto (and thus Plone), and -ultimatelly customize a simple project without any problem and without having to touch +ultimately customize a simple project without any problem and without having to touch Plone by any means or write a single line of Python nor implement a single Plone add-on product. This person has to be able of using only JavaScript to parameterize it. @@ -93,7 +93,7 @@ cases where you do something in the backend or in the frontend. ## Frontend and backend are meant to be decoupled -So let's them keep them decoupled. +So let's keep them decoupled. In the future, while developing Volto and in our Volto projects, we will face a lot of decisions and answer questions like: diff --git a/docs/source/contributing/language-features.md b/docs/source/contributing/language-features.md index 6186b3d543..f42259b172 100644 --- a/docs/source/contributing/language-features.md +++ b/docs/source/contributing/language-features.md @@ -36,7 +36,7 @@ Babel preset-env uses `browserlist` which gives the ability to micromanage the transformations needed by the current project depending of the browser support you are currently targeting. -By doing this, enables the bundles to be smaller, as the resultant code does not need to +By doing this, it enables the bundles to be smaller, as the resultant code does not need to support old browsers (thus, transform your code to ES5 compatible code) as Babel will apply only the required transforms that your target enviroments need. For more information: https://babeljs.io/docs/babel-preset-env#browserslist-integration diff --git a/docs/source/contributing/style-guide.md b/docs/source/contributing/style-guide.md index fbcb8c36ca..f007bf1bab 100644 --- a/docs/source/contributing/style-guide.md +++ b/docs/source/contributing/style-guide.md @@ -11,9 +11,9 @@ myst: ## About design systems -A Design System is the single source of truth which groups all the elements that will allow the teams to design, realize and develop a product. So a Design System is not a deliverable, but a set of deliverables. It will evolve constantly with the product, the tools and the new technologies. +A Design System is the single source of truth which groups all the elements that will allow the teams to design, realize and develop a product. So a Design System is not a deliverable, but a set of deliverables. It constantly evolves with the product,tools and new technologies. -Volto (and thus, Plone 6) has a design system in the making since some years ago. Albert Casado Celma (@albertcasado) has been working on it and providing with a lot of hints and advices about how Volto's UI/UX should be. As stated at the beginning, a design system is a continuous effort, that evolves over time with the users' feedback and needs. +Volto (and thus, Plone 6) has a design system in the making for several years. Albert Casado Celma (@albertcasado) has been working on it and providing with a lot of hints and advices about how Volto's UI/UX should be. As stated at the beginning, a design system is a continuous effort, that evolves over time with the users' feedback and needs. Albert gifted the community with Pastanaga UI some years ago, which was implemented during last years as default theme UI and UX in Volto itself. Although unfinished, it provided us with endless resources and patterns that we applied to Volto bit by bit. diff --git a/packages/volto/news/5552.bugfix b/packages/volto/news/5552.bugfix new file mode 100644 index 0000000000..4a04dd8115 --- /dev/null +++ b/packages/volto/news/5552.bugfix @@ -0,0 +1 @@ +I am fixing some of the grammatical errors in the documentation. @ujjwaleee26 \ No newline at end of file