There was an error while loading. Please reload this page.
1 parent b5ee6e8 commit 8b83beaCopy full SHA for 8b83bea
jscomp/common/bs_warnings.ml
@@ -39,7 +39,7 @@ let to_string t =
39
match t with
40
| Unsafe_ffi_bool_type
41
->
42
- "You are passing a OCaml bool type into JS, probabaly you want to pass Js.boolean"
+ "You are passing a OCaml bool type into JS, probably you want to pass Js.boolean"
43
| Unsafe_poly_variant_type
44
45
"Here a OCaml polymorphic variant type passed into JS, probably you forgot annotations like `[@bs.int]` or `[@bs.string]` "
0 commit comments