From dbd802235edde78621d1c16d8c2136cd5803d2c8 Mon Sep 17 00:00:00 2001 From: Jean du Plessis Date: Tue, 20 Jun 2023 06:38:59 +0200 Subject: [PATCH] Fix Vale errors in contribute guide Signed-off-by: Jean du Plessis --- content/contribute/contribute.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/contribute/contribute.md b/content/contribute/contribute.md index 14e48324..e0f518d5 100644 --- a/content/contribute/contribute.md +++ b/content/contribute/contribute.md @@ -33,8 +33,8 @@ Extract and run Hugo with `hugo server`. Hugo builds the website and launch a local web server on http://localhost:1313. -Any changes made are instantly reflected on the local web server. You -don't need to restart Hugo. +Any changes made are instantly reflected on the local web server. No need +to restart Hugo. ### Contribute to a specific version Each Crossplane version is a unique folder inside `/content`. @@ -122,8 +122,8 @@ alphaVersion: "1.11" --- ``` -For beta features set `state: beta` and use both `alhpaVersion` and -`betaVersion` to provide the version that introduced and graudated the feature. +For beta features set `state: beta` and use both `alhpaVersion` and +`betaVersion` to provide the version that introduced and graduated the feature. ```yaml ---