From 4b8e1d004744bf3af054d2b9adb0ec9422d1d8f7 Mon Sep 17 00:00:00 2001 From: Philippe Martin Date: Sat, 5 Dec 2020 03:26:58 +0100 Subject: [PATCH] fix period --- .../2020-12-04-gsod-2020-improving-api-reference-experience.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/blog/_posts/2020-12-04-gsod-2020-improving-api-reference-experience.md b/content/en/blog/_posts/2020-12-04-gsod-2020-improving-api-reference-experience.md index eebcf32f69..76580cf475 100644 --- a/content/en/blog/_posts/2020-12-04-gsod-2020-improving-api-reference-experience.md +++ b/content/en/blog/_posts/2020-12-04-gsod-2020-improving-api-reference-experience.md @@ -84,7 +84,7 @@ The work is currently on hold pending the 1.20 release. When the release finishe There are points to improve, particularly: -- Some Kubernetes resources are deeply nested. Inlining the definition of these resources makes them difficult to understand +- Some Kubernetes resources are deeply nested. Inlining the definition of these resources makes them difficult to understand. - The created `shortcode` uses the URL of the page to reference a Resource page. It would be easier for documentarians if they could reference a Resource by its group and name. ## Appreciation