mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
typo fixes for tutorial 17
minor edits
This commit is contained in:
parent
5d8fa53a3f
commit
8260004c4c
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
(in-package :clog-user)
|
||||
|
||||
;;; In this tutorial we will use a CSS only alternative to bootsrap -
|
||||
;;; In this tutorial we will use a CSS only alternative to bootstrap -
|
||||
;;; https://www.w3schools.com/w3css/default.asp
|
||||
|
||||
(defun on-index (body)
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
(run body))
|
||||
|
||||
(defun start-tutorial ()
|
||||
"Start turtorial."
|
||||
"Start tutorial."
|
||||
(initialize #'on-index)
|
||||
(set-on-new-window #'on-page2 :path "/page2")
|
||||
(set-on-new-window #'on-page3 :path "/page3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue