Skip to content

Commit

Permalink
Merge pull request #53 from bmuenzenmeyer/master
Browse files Browse the repository at this point in the history
fix(README): fixes "codemodes" typo
  • Loading branch information
jasonreyes9 committed Oct 4, 2020
2 parents 0113b22 + 2736853 commit 11a4379
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ts-migrate-plugins/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ts-migrate-plugins

*ts-migrate-plugins* is designed as a set of plugins, so that it can be pretty customizable for different use-cases.
This package contains a set of [codemodes](https://medium.com/@cpojer/effective-javascript-codemods-5a6686bb46fb) (plugins), which are doing transformation of js/jsx -> ts/tsx.
This package contains a set of [codemods](https://medium.com/@cpojer/effective-javascript-codemods-5a6686bb46fb) (plugins), which are doing transformation of js/jsx -> ts/tsx.

*ts-migrate-plugins* is designed around Airbnb projects. Use at your own risk.

Expand Down Expand Up @@ -78,7 +78,7 @@ We have three main categories of plugins:

> What is the ts-migrate plugin?
The plugin is an abstraction around codemodes which provides centralized interfaces for the *ts-migrate*. Plugins should implement the following interface:
The plugin is an abstraction around codemods which provides centralized interfaces for the *ts-migrate*. Plugins should implement the following interface:

```typescript
interface Plugin {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-migrate-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ts-migrate-plugins",
"version": "0.1.7",
"description": "Set of codemodes, which are doing transformation of js/jsx to ts/tsx",
"description": "Set of codemods, which are doing transformation of js/jsx to ts/tsx",
"main": "build/src/index.js",
"directories": {
"test": "tests"
Expand Down

0 comments on commit 11a4379

Please sign in to comment.