diff --git a/packages/yasr/src/plugins/response/index.ts b/packages/yasr/src/plugins/response/index.ts index b63a1cb..25b77e3 100644 --- a/packages/yasr/src/plugins/response/index.ts +++ b/packages/yasr/src/plugins/response/index.ts @@ -1,5 +1,5 @@ /** - * Make sure not to include any deps from our main index file. That way, we can easily publish the publin as standalone build + * Make sure not to include any deps from our main index file. That way, we can easily publish the plugin as standalone build */ import { Plugin } from "../"; import Yasr from "../../";