Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Fix migration typo
Browse files Browse the repository at this point in the history
  • Loading branch information
notlee committed Nov 21, 2019
1 parent c7a1718 commit 70431ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To support IE11 and other older browsers v4 requires the [Element.prototype.matc

It also uses [ES Modules over CommonJS](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/) syntax, and updates the default export to the constructor. We recommend to include `ftdomdelegate` using the es modules syntax.

If you used the `.Delegate` constructure update your import:
If you used the `.Delegate` constructor update your import:

```diff
-const Delegate = require('ftdomdelegate').Delegate;
Expand Down

0 comments on commit 70431ab

Please sign in to comment.