From bd34edd476736c928e4ea3add3b185a8882983df Mon Sep 17 00:00:00 2001 From: Lucas Machado Date: Mon, 31 Aug 2020 09:55:39 -0700 Subject: [PATCH] Fix typo Just a simple typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ea513..0d12fcc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Include the [custom-elements-es5-adapter](https://github.com/webcomponents/webco Is you are using Babel 7: the issues is fixed so you shouldn't need anything else. -We are using class properties and decorators so make sure you include the appropiat babel plugins to use this. +We are using class properties and decorators so make sure you include the appropriate babel plugins to use this. ### Defining a Custom Element The first thing which is need is a React Component to expose as a Custom Element