diff --git a/crates/cli-support/src/js/mod.rs b/crates/cli-support/src/js/mod.rs index 893e8de26..395641f5f 100644 --- a/crates/cli-support/src/js/mod.rs +++ b/crates/cli-support/src/js/mod.rs @@ -1917,7 +1917,7 @@ impl<'a> Context<'a> { let js_doc = builder.js_doc_comments(); let docs = format_doc_comments(&export.comments, Some(js_doc)); - // Once we've got all the JS then put it in the right location dependin + // Once we've got all the JS then put it in the right location depending // on what's being exported. match &export.kind { AuxExportKind::Function(name) => {