diff --git a/README.md b/README.md
index c365cbde..82678526 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Pico uses simple native HTML tags as much as possible. Less than 10 .classes are
No dependencies, package manager, external files, or JavaScript.
**Responsive everything**
-Elegant and consistent adaptative spacings and typography on all devices.
+Elegant and consistent adaptive spacings and typography on all devices.
**Light or Dark mode**
Shipped with two beautiful color themes, automatically enabled according to the user preference.
@@ -70,9 +70,9 @@ npm install @picocss/pico
## Class-less version
-Pico provide a `.classless` version ([example](https://picocss.com/examples/classless)).
+Pico provides a `.classless` version ([example](https://picocss.com/examples/classless)).
-In this version, `header`, `main` and `footer` act as container.
+In this version, `header`, `main` and `footer` act as containers.
Use the default `.classless` version if you need centered viewports:
@@ -184,4 +184,4 @@ Website and docs:
Pico Library:
- [Feather](https://feathericons.com/) Icons (Licensed [MIT](https://github.com/feathericons/feather/blob/master/LICENSE))
- [Normalize.css](https://necolas.github.io/normalize.css/): CSS reset (Licensed [MIT](https://github.com/necolas/normalize.css/blob/master/LICENSE.md))
-- [Sanitize.css](https://csstools.github.io/sanitize.css/): Cross-browser default styling (Licensed [CC0 1.0 Universal](https://github.com/csstools/sanitize.css/blob/main/LICENSE.md))
\ No newline at end of file
+- [Sanitize.css](https://csstools.github.io/sanitize.css/): Cross-browser default styling (Licensed [CC0 1.0 Universal](https://github.com/csstools/sanitize.css/blob/main/LICENSE.md))
diff --git a/docs/containers.html b/docs/containers.html
index f1610d9a..42a383bf 100644
--- a/docs/containers.html
+++ b/docs/containers.html
@@ -1,3 +1,3 @@
Containers • Pico.css
Containers
.container enable a centered viewport. .container-fluid enable a 100% layout.
<body>
<mainclass="container"></main>
-</body>
Pico uses the same breakpoints and viewports sizes as Bootstrap.
Device
Extra small
Small
Medium
Large
Extra large
Breakpoint
<576px
≥576px
≥768px
≥992px
≥1200px
Viewport
100%
540px
720px
960px
1140px
<header>, <main> and <footer> as direct childs of <body> provide a responsive vertical padding
<section> provide a responsive margin-bottom to separate your sections.
\ No newline at end of file
+</body>
Pico uses the same breakpoints and viewports sizes as Bootstrap.
Device
Extra small
Small
Medium
Large
Extra large
Breakpoint
<576px
≥576px
≥768px
≥992px
≥1200px
Viewport
100%
540px
720px
960px
1140px
<header>, <main> and <footer> as direct childs of <body> provide a responsive vertical padding
<section> provides a responsive margin-bottom to separate your sections.