doc(plugin): Fix typo (#3547)

This commit is contained in:
Donny/강동윤 2022-02-13 01:16:52 +09:00 committed by GitHub
parent b5a5f2b624
commit 3fc16cdc1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# SWC Plugin
This crate provides necessary types and macros for creating a custom plugin for SWC (https://swc.rs/), which are WebAssembly modules that may be used to modify behavior of SWC. Currently only `trasnform` (https://swc.rs/docs/usage/core#transform) is supported.
This crate provides necessary types and macros for creating a custom plugin for SWC (https://swc.rs/), which are WebAssembly modules that may be used to modify behavior of SWC. Currently only `transform` (https://swc.rs/docs/usage/core#transform) is supported.
**Disclaimer: currently SWC plugin support is experimental, there may be possible breaking changes or unexpected behaviors. Please provide issues, feedbacks to https://github.com/swc-project/swc/discussions .**

View File

@ -602,7 +602,7 @@ export interface EsParserConfig {
}
/**
* Options for trasnform.
* Options for transform.
*/
export interface TransformConfig {
/**