typo fixes for tutorial 17

minor edits
This commit is contained in:
cms 2021-02-05 11:59:29 +00:00
parent 5d8fa53a3f
commit 8260004c4c

View file

@ -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")