From 8b0179e2d5a7ae032563ffd3f5770edae3eb20d0 Mon Sep 17 00:00:00 2001 From: Richard Macklin Date: Sat, 18 Jun 2016 12:41:54 -0700 Subject: [PATCH] Fix typo in transform-es2015-modules-umd plugin README and specify json as the language for the subsequent code block --- packages/babel-plugin-transform-es2015-modules-umd/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/babel-plugin-transform-es2015-modules-umd/README.md b/packages/babel-plugin-transform-es2015-modules-umd/README.md index cfcdc5b359..6a3e8f1b7e 100644 --- a/packages/babel-plugin-transform-es2015-modules-umd/README.md +++ b/packages/babel-plugin-transform-es2015-modules-umd/README.md @@ -20,9 +20,9 @@ $ npm install babel-plugin-transform-es2015-modules-umd You can also override the names of particular libraries when this module is running in the browser. For example the `es6-promise` library exposes itself -as `global.Promise` rather than `global.es6Promise`. This can be accomidated by: +as `global.Promise` rather than `global.es6Promise`. This can be accommodated by: -``` +```json { "plugins": [ ["transform-es2015-modules-umd", {