mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -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"))
|
||||
(jname (create-section jumbo :h1 :content "My First Bootstrap Page"))
|
||||
(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"))
|
||||
(row (create-div container :class "row"))
|
||||
;; Column 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue