Skip to content

Commit

Permalink
Fix english typo in js_of_ocaml lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
cagdasbozman committed Feb 3, 2013
1 parent 51c05fc commit 896756c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js_of_ocaml-lessons/lesson2/step1/step.html
Expand Up @@ -12,7 +12,7 @@ <h3>Play with Cookies</h3>
let v = v + 1 in let v = v + 1 in
Cookie.set_cookie "counter" (string_of_int v); Cookie.set_cookie "counter" (string_of_int v);
title##innerHTML <- _s ( title##innerHTML <- _s (
Printf.sprintf "This is your %s time in TryOCaml" Printf.sprintf "This is your %s time on TryOCaml"
(match v with (match v with
1 -> "first" 1 -> "first"
| 2 -> "second" | 2 -> "second"
Expand Down

0 comments on commit 896756c

Please sign in to comment.