diff --git a/packages/babel-plugin-transform-class-properties/README.md b/packages/babel-plugin-transform-class-properties/README.md index a4c7ea02c0..9dbe559082 100644 --- a/packages/babel-plugin-transform-class-properties/README.md +++ b/packages/babel-plugin-transform-class-properties/README.md @@ -15,7 +15,7 @@ Below is a class with four class properties which will be transformed. } //Static class properties - static staticProperty = "babeliscool"; + static staticProperty = "babelIsCool"; static staticFunction = function() { return Bork.staticProperty; }