Skip to content

Commit

Permalink
Merge pull request #541 from plone/standardize-prerequisites
Browse files Browse the repository at this point in the history
Fix spelling of prerequisites
  • Loading branch information
davisagli authored Oct 2, 2024
2 parents 47245aa + e22bd02 commit ae64739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ This section describes how to contribute to the `plone.api` project.
It extends {doc}`plone:contributing/index`.


## Pre-requisites
## Prerequisites

Prepare your system by installing pre-requisites.
Prepare your system by installing prerequisites.


### System libraries

You need to install system libraries, as described in {ref}`plone:plone-pre-requisites-label`, with the exception of GNU make.
You need to install system libraries, as described in {ref}`plone:plone-prerequisites-label`, with the exception of GNU make.


### tox
Expand Down Expand Up @@ -52,7 +52,7 @@ pre-commit install

## Create development environment

After satisfying the pre-requisites, you are ready to create your development environment.
After satisfying the prerequisites, you are ready to create your development environment.
`plone.api` uses `tox` as a wrapper around `coredev.buildout` to simplify development, whereas Plone core uses `coredev.buildout` directly.

Start by changing your working directory to your project folder, and download the latest `plone.api` source code.
Expand Down
1 change: 1 addition & 0 deletions news/541.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed spelling of prerequisites. @stevepiercy

0 comments on commit ae64739

Please sign in to comment.