From 25fc89b12d3e1273942bad735c2ed083a7143f1f Mon Sep 17 00:00:00 2001 From: Chasen Le Hara Date: Tue, 30 May 2017 07:43:45 -0700 Subject: [PATCH] Fix typo in codemod readme --- lib/codemod/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codemod/README.md b/lib/codemod/README.md index 2722b03d3f07..e92c60dff122 100644 --- a/lib/codemod/README.md +++ b/lib/codemod/README.md @@ -17,7 +17,7 @@ npm install jscodeshift npm install @storybook/codemod ``` -- `@storybook/codemod` is out collection of codemod scripts. +- `@storybook/codemod` is our collection of codemod scripts. - `jscodeshift` is a tool we use to apply our codemods. After running the migration commands, you can remove them from your `package.json`, if you added them.