diff --git a/tutorial/02-tutorial.lisp b/tutorial/02-tutorial.lisp index 111f462..2fb9f1d 100644 --- a/tutorial/02-tutorial.lisp +++ b/tutorial/02-tutorial.lisp @@ -6,7 +6,7 @@ (defun on-new-window (body) "On-new-window handler." - ;; Give your app a name that apears in the browser tab/window + ;; Give your app a name that appears in the browser tab/window (setf (title (html-document body)) "Tutorial 2") ;; The CLOG-body object gives you access to a number of other CLOG-Objects ;;