diff --git a/public/docs/js/latest/guide/forms.jade b/public/docs/js/latest/guide/forms.jade
index e51a6f01b0..2e3a65601b 100644
--- a/public/docs/js/latest/guide/forms.jade
+++ b/public/docs/js/latest/guide/forms.jade
@@ -230,14 +230,9 @@ code-example(format="").
... or none at all.
:marked
- Let's add the stylesheet.
-
-ol
- li Open a terminal window in the application root folder and enter the command:
- code-example(language="html" escape="html").
- npm install bootstrap --save
- li Open index.html
and add the following link to the <head>
.
- +makeExample('forms/js/index.html', 'bootstrap')(format=".")
+ Let's add the stylesheet. Open index.html
and add the following link to the <head>
.
++makeExample('forms/js/index.html', 'bootstrap')(format=".")
+
:marked
.l-main-section
:marked
diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade
index be16d9ed6c..7bbcc9ae5e 100644
--- a/public/docs/ts/latest/guide/forms.jade
+++ b/public/docs/ts/latest/guide/forms.jade
@@ -244,14 +244,9 @@ code-example(format="").
... or none at all.
:marked
- Let's add the stylesheet.
-
-ol
- li Open a terminal window in the application root folder and enter the command:
- code-example(language="html" escape="html").
- npm install bootstrap --save
- li Open index.html
and add the following link to the <head>
.
- +makeExample('forms/ts/index.html', 'bootstrap')(format=".")
+ Let's add the stylesheet. Open index.html
and add the following link to the <head>
.
++makeExample('forms/ts/index.html', 'bootstrap')(format=".")
+
:marked
.l-main-section
:marked