diff --git a/crates/swc/src/lib.rs b/crates/swc/src/lib.rs index b5c2d70e25e3..d333fdb11d80 100644 --- a/crates/swc/src/lib.rs +++ b/crates/swc/src/lib.rs @@ -13,7 +13,7 @@ //! //! ## Testing //! -//! See [testing] and [swc_ecma_transform_testing](https://docs.rs/swc_ecmc_transform_testing). +//! See [testing] and [swc_ecma_transforms_testing](https://docs.rs/swc_ecma_transforms_testing). //! //! ## Custom javascript transforms //!