Skip to content

Commit a207c9f

Browse files
committed
English grammar fixes
1 parent 13db642 commit a207c9f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/glossary.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,21 +129,21 @@ record
129129
Records are basic dictionaries.
130130
131131
Project (Volto)
132-
The product of running `@plone/generator-volto` package, a customizable instance of Volto.
132+
The product of running the package `@plone/generator-volto`, resulting in a customizable instance of Volto.
133133
134134
Add-on (Volto)
135-
A JavaScript package that integrates with Volto's configuration registry and is able to enhance, extend and customize it.
135+
A JavaScript package that integrates with Volto's configuration registry and is able to enhance, extend, and customize it.
136136
137137
Add-on configuration loader (Volto)
138138
A function with signature `config => config`.
139-
It gets the Volto Configuration registry and it must return it back after mutating it.
139+
It gets the Volto Configuration registry, and it must return it back after mutating it.
140140
It is similar to Generic Setup profiles in Plone Backend.
141-
An add-on must provide a default one, that is always loaded when Volto runs.
142-
An add-on can have multiple of them, and they can be loaded optionally from the Volto configuration.
141+
An add-on must provide a default configuration loader that is always loaded when Volto runs.
142+
An add-on can have multiple configuration loaders, and they can be loaded optionally from the Volto configuration.
143143
144144
Configuration registry (Volto)
145-
A singleton object modeled using JavaScript modules, accessible from the Volto
146-
project by importing `@plone/volto/config` module (`import registry from '@plone/volto/config'`).
145+
A singleton object modeled using JavaScript modules.
146+
It is accessible from the Volto project by importing the module `@plone/volto/config` with `import registry from '@plone/volto/config'`.
147147
It contains the configuration of the Volto app.
148148
149149
Shadowing (Volto)

0 commit comments

Comments
 (0)