mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 06:50:20 -08:00
fix typos in comments of tutorial 16
minor typos
This commit is contained in:
parent
e017541367
commit
5d8fa53a3f
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
(jumbo (create-div body :class "jumbotron text-center"))
|
(jumbo (create-div body :class "jumbotron text-center"))
|
||||||
(jname (create-section jumbo :h1 :content "My First Bootstrap Page"))
|
(jname (create-section jumbo :h1 :content "My First Bootstrap Page"))
|
||||||
(tmp (create-p jumbo :content "Resize this responsive page to see the effect!"))
|
(tmp (create-p jumbo :content "Resize this responsive page to see the effect!"))
|
||||||
;; Container for three colomns pf text
|
;; Container for three columns of text
|
||||||
(container (create-div body :class "container"))
|
(container (create-div body :class "container"))
|
||||||
(row (create-div container :class "row"))
|
(row (create-div container :class "row"))
|
||||||
;; Column 1
|
;; Column 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue