diff --git a/tutorial/26-tutorial.lisp b/tutorial/26-tutorial.lisp index 5045f49..e52cd73 100644 --- a/tutorial/26-tutorial.lisp +++ b/tutorial/26-tutorial.lisp @@ -101,5 +101,5 @@ ;; We would probably set :host to my IP and :port 80 here if running a live site (initialize #'on-new-window) ;; In real life, if we openning a browser here it would likely be - ;; to a monitor of system etc. + ;; to a page with a monitor of system etc. since it is local. (open-browser))