From c4b187b2c533e9c8f6c8855e8096989526bbefe9 Mon Sep 17 00:00:00 2001 From: larryhynes Date: Sun, 13 Mar 2022 21:53:11 +0000 Subject: [PATCH] containers.html: childs -> children 'childs' is incorrect. --- docs/src/containers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/containers.html b/docs/src/containers.html index cd1f1ef5..105e4c13 100644 --- a/docs/src/containers.html +++ b/docs/src/containers.html @@ -61,7 +61,7 @@ -

<header>, <main> and <footer> as direct childs of <body> provide a responsive vertical padding

+

<header>, <main> and <footer> as direct children of <body> provide a responsive vertical padding

<section> provides a responsive margin-bottom to separate your sections.