Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ to approximate extending a class, though your results may vary depending on your

## Limitations

This plugin will only reles on assigning `__proto__` for static property inheritance from parent constructors.
This plugin will only rely on assigning `__proto__` for static property inheritance from parent constructors.
If you are relying on this, it will not work on IE<=10 and any other browsers that don't support `__proto__`.