From 18b91a8388f622d11ef30f9b5e7291f2240bfc9b Mon Sep 17 00:00:00 2001 From: Sam Gluck Date: Thu, 30 Nov 2017 21:09:36 +0000 Subject: [PATCH] [plugin-proposal-class-properties] Fix small loose docs typo (#6941) --- packages/babel-plugin-proposal-class-properties/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-plugin-proposal-class-properties/README.md b/packages/babel-plugin-proposal-class-properties/README.md index 10d3203e87..dee62c852e 100644 --- a/packages/babel-plugin-proposal-class-properties/README.md +++ b/packages/babel-plugin-proposal-class-properties/README.md @@ -98,7 +98,7 @@ When `true`, class properties are compiled to use an assignment expression inste } ``` -Without `{ "loose": true }`, the above code will compile to the following, using `Object.definePropery`: +Without `{ "loose": true }`, the above code will compile to the following, using `Object.defineProperty`: ```js var Bork = function Bork() {