From 4186e0883e5b85648722c45554e6213398977d04 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 13 Apr 2023 00:02:08 -0700 Subject: [PATCH] Fix grammar and syntax --- docs/source/getting-started/install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/getting-started/install.md b/docs/source/getting-started/install.md index 306f534fa1..911f9582f7 100644 --- a/docs/source/getting-started/install.md +++ b/docs/source/getting-started/install.md @@ -188,7 +188,8 @@ docker run -it --rm --name=plone \ ``` ```{tip} -This setup is meant only for demonstration and quick testing purposes (since it destroys the container on exit (--rm)). In case you need production ready deployment, check the latest [Plone Deployment Training](https://training.plone.org/plone-deployment/index.html). +This setup is meant only for demonstration and quick testing purposes, since it destroys the container on exit (`--rm`). +In case you need production-ready deployment, check the latest [Plone Deployment Training](https://training.plone.org/plone-deployment/index.html). ``` ```{note}