From d292df648e716b0a97166fad87f7ee304f2c4f77 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 20 Sep 2020 14:36:11 +1000 Subject: [PATCH] docs: Fix simple typo, renderd -> rendered There is a small typo in README.md, documentation/docs/html5-polyfill.md. Should read `rendered` rather than `renderd`. --- README.md | 2 +- documentation/docs/html5-polyfill.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 `