diff --git a/js_of_ocaml-lessons/lesson2/step1/step.html b/js_of_ocaml-lessons/lesson2/step1/step.html index 97c27cf..7ef100b 100644 --- a/js_of_ocaml-lessons/lesson2/step1/step.html +++ b/js_of_ocaml-lessons/lesson2/step1/step.html @@ -12,7 +12,7 @@

Play with Cookies

let v = v + 1 in Cookie.set_cookie "counter" (string_of_int v); title##innerHTML <- _s ( - Printf.sprintf "This is your %s time in TryOCaml" + Printf.sprintf "This is your %s time on TryOCaml" (match v with 1 -> "first" | 2 -> "second"