From f9bc774226ea74ab7862d2039a9ae89c3350c046 Mon Sep 17 00:00:00 2001 From: Mudit Choudhary <74391865+muditchoudhary@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:13:18 +0530 Subject: [PATCH 1/2] fix: Fix a typo --- docs/mastering-plone/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mastering-plone/features.md b/docs/mastering-plone/features.md index 1f2ce70b..fafdbf9f 100644 --- a/docs/mastering-plone/features.md +++ b/docs/mastering-plone/features.md @@ -274,7 +274,7 @@ Page News Item -: Basically a page with an image and an image caption to be used for press releases an such. +: Basically a page with an image and an image caption to be used for press releases as such. ```{figure} _static/features_add_a_news_item.png ``` From 0cf5a2ab88e6c263a3ff185a4ddbdbe9e084800e Mon Sep 17 00:00:00 2001 From: Mudit Choudhary <74391865+muditchoudhary@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:24:39 +0530 Subject: [PATCH 2/2] fix: typos --- docs/mastering-plone/features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mastering-plone/features.md b/docs/mastering-plone/features.md index fafdbf9f..15ff92b4 100644 --- a/docs/mastering-plone/features.md +++ b/docs/mastering-plone/features.md @@ -238,7 +238,7 @@ The view of the newly created site structure ``` Additional to these conference pages we also want some news and events. -We want a registration page and an a protected section for the conference team. +We want a registration page and a protected section for the conference team. - Add a page "News" - In `/news`: Add a News Item "Conference Website online!" with some image @@ -274,7 +274,7 @@ Page News Item -: Basically a page with an image and an image caption to be used for press releases as such. +: Basically a page with an image and an image caption to be used for press releases and such. ```{figure} _static/features_add_a_news_item.png ```