From 70b7507f8a227b5461ad3b5c5fbc36114fbd43d0 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 2 Oct 2024 01:26:05 -0700 Subject: [PATCH 1/2] Fix spelling of prerequisites --- docs/contribute.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index b5f869c6..4df6de3a 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -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 @@ -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. From e22bd0241b2eb2a508de4900ec363b658c1e598a Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 2 Oct 2024 01:35:51 -0700 Subject: [PATCH 2/2] News --- news/541.documentation | 1 + 1 file changed, 1 insertion(+) create mode 100644 news/541.documentation diff --git a/news/541.documentation b/news/541.documentation new file mode 100644 index 00000000..c37ab932 --- /dev/null +++ b/news/541.documentation @@ -0,0 +1 @@ +Fixed spelling of prerequisites. @stevepiercy