diff --git a/boa_testing/Cargo.toml b/boa_testing/Cargo.toml index 12b4bf7a143..0367b1ab896 100644 --- a/boa_testing/Cargo.toml +++ b/boa_testing/Cargo.toml @@ -2,7 +2,7 @@ name = "boa_testing" description = "Helper crate for Boa testing." keywords = ["javascript", "js", "testing"] -publich = false +publish = false version.workspace = true edition.workspace = true authors.workspace = true