Skip to content

Commit

Permalink
Fixes Grammatical error in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwaleee26 committed Dec 20, 2023
1 parent 64084cb commit 29f77b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/contributing/design-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/contributing/language-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/contributing/style-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
1 change: 1 addition & 0 deletions packages/volto/news/5552.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
I am fixing some of the grammatical errors in the documentation. @ujjwaleee26

0 comments on commit 29f77b7

Please sign in to comment.