From 7a878e003537cc4ca6c13833cc942fd806036e6c Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Tue, 10 Jul 2018 11:58:38 -0400 Subject: [PATCH] Docs: babel-plugin-import-jsx-pragma: Fix `isDefault` typo --- packages/babel-plugin-import-jsx-pragma/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-import-jsx-pragma/README.md b/packages/babel-plugin-import-jsx-pragma/README.md index c4f5e309281bd..e3252d0178666 100644 --- a/packages/babel-plugin-import-jsx-pragma/README.md +++ b/packages/babel-plugin-import-jsx-pragma/README.md @@ -65,7 +65,7 @@ _Type:_ String The module from which the scope variable is to be imported when missing. -### `isDefautl` +### `isDefault` _Type:_ Boolean