We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5ee6e8 + 8b83bea commit 54e71b5Copy full SHA for 54e71b5
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