From 6b0a9b75de58ecedda146ac05d36fcf1a9d69e5a Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 7 Jan 2024 16:48:44 -0800 Subject: [PATCH] Fix typo --- layouts/shortcodes/quick-reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/quick-reference.html b/layouts/shortcodes/quick-reference.html index 2183ed931c..fc53c93bd8 100644 --- a/layouts/shortcodes/quick-reference.html +++ b/layouts/shortcodes/quick-reference.html @@ -1,5 +1,5 @@ {{/* -Renders the child sections of the given top-level section, listing each childs's immediate descendants. +Renders the child sections of the given top-level section, listing each child's immediate descendants. @param {string} section The top-level section to render. @returns template.HTML