From c878ac4a67f9c198c7507fb18ade21def0a4a966 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:07:56 +0000 Subject: [PATCH] Documentation edits made through Mintlify web editor --- apps/docs/building-codemods/package-requirements.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/building-codemods/package-requirements.mdx b/apps/docs/building-codemods/package-requirements.mdx index 3608a6bc0..98fcf9ffc 100644 --- a/apps/docs/building-codemods/package-requirements.mdx +++ b/apps/docs/building-codemods/package-requirements.mdx @@ -16,7 +16,7 @@ The structure of the codemod package can vary based on the codemod engine used. ## Supported codemod engines -Codemod platform currently supports the following codemod engines: [`ast-grep`](https://github.com/ast-grep/ast-grep), [`jscodeshift`](https://github.com/facebook/jscodeshift), [`ts-morph`](https://github.com/dsherret/ts-morph), [`Workflow Engine`](/deploying-codemods/workflow-engine), and [`piranha`](https://github.com/uber/piranha). +Codemod platform currently supports the following codemod engines: [`ast-grep`](https://github.com/ast-grep/ast-grep), [`jscodeshift`](https://github.com/facebook/jscodeshift), [`ts-morph`](https://github.com/dsherret/ts-morph), and [`wokflow`](/deploying-codemods/workflow-engine). ## `.codemodrc.json` reference