diff --git a/tutorial/17-tutorial.lisp b/tutorial/17-tutorial.lisp index 1e20fe3..5e7047b 100644 --- a/tutorial/17-tutorial.lisp +++ b/tutorial/17-tutorial.lisp @@ -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")