Skip to content

Commit af4574a

Browse files
committed
Fix spellings and add words to accept.txt configuration
1 parent 453a06d commit af4574a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

docs/backend/content-types/fti.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The XML sets a number of FTI properties that are used globally, in both Classic
139139
: Defines additional {doc}`actions </backend/portal-actions>` which are available for this content type.
140140

141141
`add_permission`
142-
: ID of the permission controling whether the current user has permission to add this content type.
142+
: ID of the permission controlling whether the current user has permission to add this content type.
143143

144144
`allow_discussion`
145145
: Boolean.
@@ -197,7 +197,7 @@ The XML sets a number of FTI properties that are used globally, in both Classic
197197
The following FTI properties are used only in Classic UI:
198198

199199
`add_view_expr`
200-
: {term}`TALES` expression returning the URL for the form to add a new item of this content type.
200+
: {term}`TALES` expression returning the URL of the form to add a new item of this content type.
201201

202202
`alias` elements
203203
: Controls a mapping from URL to views.

docs/backend/content-types/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ For example, each content type has:
2525

2626
- a {doc}`schema </backend/schemas>` specifying the fields which can be edited for the content type
2727
- a list of {doc}`behaviors </backend/behaviors>` which supply additional functionality that can be attached to the content types for which the behavior is enabled
28-
- a {doc}`workflow </backend/workflows>` controling transitions between publishing states and associated permissions
29-
- a version policy controling whether to store a revision history
28+
- a {doc}`workflow </backend/workflows>` controlling transitions between publishing states and associated permissions
29+
- a version policy controlling whether to store a revision history
3030

3131
It is common in developing a website that you'll need customized versions of common content types, or perhaps even entirely new types.
3232

@@ -39,7 +39,7 @@ The ZODB is well suited to heterogeneous, loosely structured content such as web
3939
Types in Plone are either `containers` or `items` (this distinction is sometimes called folderish versus non-folderish).
4040
A one-to-many type relationship is typically modeled as a container (the "one") containing many items (the "many"), although it is also possible to use references across the content hierarchy.
4141

42-
Each type has a {doc}`schema </backend/schemas>`, which is a set of {doc}`/backend/fields` with related properties, such as a title, default value, constraints, and so on.
42+
Each type has a {doc}`schema </backend/schemas>`, which is a set of {doc}`/backend/fields` with related properties, such as a title, default value, constraints, and other properties.
4343
The schema is used to generate forms and describe instances of the type.
4444
In addition to schema-driven forms, a type typically comes with one or more {doc}`/classic-ui/views` as well as {doc}`/classic-ui/viewlets` and is subject to security—for example, add permissions, or per-field read and write permissions—and workflow.
4545

@@ -72,7 +72,7 @@ fti
7272
```{toctree}
7373
:maxdepth: 2
7474
```
75-
% Uncomment each of the following and move into the toctree above when migrated from Plone 5 documentation
75+
% Uncomment each of the following and move into the `toctree` above when migrated from Plone 5 documentation
7676
% prerequisite
7777
% schema-driven-types
7878
% model-driven-types

styles/Vocab/Plone/accept.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
`plone.restapi`
66
`plone.volto`
77
accessor
8+
APIs
89
[Aa]sync
910
[Bb]ackend
1011
Barceloneta
11-
boolean
12+
[Bb]oolean
1213
buildout
1314
doctest
1415
folderish
@@ -32,6 +33,7 @@ subfolder
3233
transpile[dr]{0,1}
3334
unregister
3435
UUID
36+
[Uu]ncomment
3537
validator
3638
viewlet
3739
Volto

0 commit comments

Comments
 (0)