Skip to content

Commit 044cf24

Browse files
authored
Merge pull request #1727 from plone/standardize-prerequisite
Fix spelling of prerequisites
2 parents 83b0560 + 73c47de commit 044cf24

File tree

10 files changed

+23
-22
lines changed

10 files changed

+23
-22
lines changed

docs/classic-ui/theming/barceloneta.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ This chapter describes how to create a custom theme for Plone Classic UI based o
1515
Barceloneta is the default enabled theme for Plone Classic UI.
1616

1717

18-
(classic-ui-theming-barceloneta-pre-requisites-label)=
18+
(classic-ui-theming-barceloneta-prerequisites-label)=
1919

20-
## Pre-requisites
20+
## Prerequisites
2121

22-
To create an add-on package with a Plone Classic UI theme, you need to install the following pre-requisites.
22+
To create an add-on package with a Plone Classic UI theme, you need to install the following prerequisites.
2323

2424
- [Node.js (16/18)](https://nodejs.org/en)
2525
- [Python (>=3.8)](https://www.python.org/)
2626
- [plonecli](https://pypi.org/project/plonecli/)
2727

28-
Read more about how to install pre-requisites in {doc}`/install/create-project`.
28+
Read more about how to install prerequisites in {doc}`/install/create-project`.
2929

3030

3131
(classic-ui-theming-barceloneta-create-a-classic-ui-theme-add-on-package-label)=

docs/contributing/core/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ You must {ref}`contributing-sign-and-return-the-plone-contributor-agreement-labe
3030
Before you contribute to Plone core, check the [version support policy](https://plone.org/download/release-schedule) to see which versions of Plone are currently supported.
3131

3232

33-
(plone-pre-requisites-label)=
33+
(plone-prerequisites-label)=
3434

35-
## Pre-requisites
35+
## Prerequisites
3636

37-
It is beyond the scope of this documentation to provide installation instructions for all pre-requisites for your operating system.
37+
It is beyond the scope of this documentation to provide installation instructions for all prerequisites for your operating system.
3838
However, the following links and sections below may be helpful.
3939

4040
```{include} ../../volto/contributing/install-operating-system.md

docs/contributing/documentation/setup-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This document covers how to set up and build the Plone Documentation and check i
1818

1919
## Installation
2020

21-
Installation of Plone 6 Documentation includes pre-requisites and the repository itself.
21+
Installation of Plone 6 Documentation includes prerequisites and the repository itself.
2222

2323
```{include} ../../volto/contributing/install-operating-system.md
2424
```

docs/i18n-l10n/contributing-translations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Translations can be added or updated as needed by the citizens of Earth.
2323
You will need to work in one repository for Plone core, and optionally another one for Volto.
2424

2525

26-
(contributing-plone-core-translations-pre-requisites-label)=
26+
(contributing-plone-core-translations-prerequisites-label)=
2727

28-
## Pre-requisites
28+
## Prerequisites
2929

3030
Request write access to https://github.com/collective/plone.app.locales to be able to commit your translation directly.
3131

docs/install/containers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ myst:
1111

1212
# Containers
1313

14-
The Plone 6 images have all the system requirements, pre-requisites, and Plone 6 already installed, except those requirements needed for running the container engine itself.
14+
The Plone 6 images have all the system requirements, prerequisites, and Plone 6 already installed, except those requirements needed for running the container engine itself.
1515

1616
Using containers is the easiest way to deploy Plone 6.
1717
Containers may also be used when {doc}`creating a Plone project <../create-project>` and {doc}`contributing to Plone <plone:contributing/index>`.

docs/install/create-project-classic-ui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ For other installation options, see {doc}`/install/index`.
2121

2222
## System requirements
2323

24-
Plone 6 has both hardware requirements and software pre-requisites.
24+
Plone 6 has both hardware requirements and software prerequisites.
2525

2626

2727
### Hardware requirements
2828

2929
```{include} /_inc/_hardware-requirements.md
3030
```
3131

32-
### Pre-requisites for installation
32+
### Prerequisites for installation
3333

3434
```{include} ../volto/contributing/install-operating-system.md
3535
```
@@ -69,7 +69,7 @@ pip install pipx
6969

7070
## Generate the project
7171

72-
After satisfying the pre-requisites, generate the project.
72+
After satisfying the prerequisites, generate the project.
7373

7474
```shell
7575
pipx run cookieplone backend_addon

docs/install/create-project-cookieplone.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ For other installation options, see {doc}`/install/index`.
2525

2626
## System requirements
2727

28-
Plone 6 has both hardware requirements and software pre-requisites.
28+
Plone 6 has both hardware requirements and software prerequisites.
2929

3030

3131
### Hardware requirements
3232

3333
```{include} /_inc/_hardware-requirements.md
3434
```
3535

36-
### Pre-requisites for installation
36+
### Prerequisites for installation
3737

3838
```{include} ../volto/contributing/install-operating-system.md
3939
```
@@ -93,7 +93,7 @@ pip install pipx
9393

9494
## Generate the project
9595

96-
After satisfying the pre-requisites and having activated an LTS version of Node,
96+
After satisfying the prerequisites and having activated an LTS version of Node,
9797
generate the project.
9898

9999
```shell

docs/install/create-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For other installation options, see {doc}`/install/index`.
2323

2424
## System requirements
2525

26-
Plone 6 has both hardware requirements and software pre-requisites.
26+
Plone 6 has both hardware requirements and software prerequisites.
2727

2828

2929
(install-packages-hardware-requirements-label)=
@@ -36,7 +36,7 @@ Plone 6 has both hardware requirements and software pre-requisites.
3636

3737
(install-packages-prerequisites-label)=
3838

39-
### Pre-requisites for installation
39+
### Prerequisites for installation
4040

4141
```{include} ../volto/contributing/install-operating-system.md
4242
```

styles/Vocab/Plone/accept.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ Pastanaga
3030
PLIP(s)
3131
Plone
3232
pluggab(le|ility)
33-
programatically
3433
[Pp]ortlet
3534
prerendered
35+
programatically
3636
[Qq]uerystring
3737
Razzle
3838
[Rr]enderer
@@ -42,10 +42,10 @@ Schuko
4242
subfolder
4343
[Tt]owncrier
4444
transpile[dr]{0,1}
45-
unregister
46-
UUID
4745
[Uu]ncomment
4846
[Uu]nhide
47+
unregister
48+
UUID
4949
validator
5050
[Vv]iewlet
5151
Volto

styles/Vocab/Plone/reject.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[^.]js
22
NodeJS
3+
[Pp]re-requisite

0 commit comments

Comments
 (0)