diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 4cad194d74..134133986d 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index cf11e69986..8becc684f1 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1188,8 +1188,11 @@
A simple shell for an h1
to appropratiely space out and segment sections of content on a page. It can utilize the h1
's default small
, element as well most other components (with additional styles).
-<div class="page-haeder"> +<div class="page-header"> <h1>Example page header</h1> </div>diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 1887b6f770..94f9da1465 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1112,8 +1112,11 @@
{{_i}}A simple shell for an h1
to appropratiely space out and segment sections of content on a page. It can utilize the h1
's default small
, element as well most other components (with additional styles).{{/i}}
-<div class="page-haeder"> +<div class="page-header"> <h1>{{_i}}Example page header{{/i}}</h1> </div>