diff --git a/README.md b/README.md index 9726a570..12b2a642 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ usable as commands are being ignored altogether. It also doesn't (optically) dis * [command specs](http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html) * [Browser support according to caniuse.com](http://caniuse.com/#search=context%20menu) -Note: While the specs note <option>s to be renderd as regular commands, $.contextMenu will render an actual <select>. import contextMenu from HTML5 <menu>: +Note: While the specs note <option>s to be rendered as regular commands, $.contextMenu will render an actual <select>. import contextMenu from HTML5 <menu>: ```javascript $.contextMenu("html5"); diff --git a/documentation/docs/html5-polyfill.md b/documentation/docs/html5-polyfill.md index 2d3f788f..b47b5285 100644 --- a/documentation/docs/html5-polyfill.md +++ b/documentation/docs/html5-polyfill.md @@ -47,7 +47,7 @@ considering the following HTML `$.contextMenu.fromMenu($('#html5menu'))` will re The `` must be hidden but not removed, as all command events (clicks) are passed-thru to the original command element! -Note: While the specs note `