Skip to content

Commit 2a77f30

Browse files
authored
docs: Fix simple typo, renderd -> rendered (#733)
There is a small typo in README.md, documentation/docs/html5-polyfill.md. Should read `rendered` rather than `renderd`.
1 parent d91b5db commit 2a77f30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ usable as commands are being ignored altogether. It also doesn't (optically) dis
6161
* [command specs](http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html)
6262
* [Browser support according to caniuse.com](http://caniuse.com/#search=context%20menu)
6363

64-
Note: While the specs note <option>s to be renderd as regular commands, $.contextMenu will render an actual <select>. import contextMenu from HTML5 <menu>:
64+
Note: While the specs note <option>s to be rendered as regular commands, $.contextMenu will render an actual <select>. import contextMenu from HTML5 <menu>:
6565

6666
```javascript
6767
$.contextMenu("html5");

documentation/docs/html5-polyfill.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ considering the following HTML `$.contextMenu.fromMenu($('#html5menu'))` will re
4747

4848
The `<menu>` must be hidden but not removed, as all command events (clicks) are passed-thru to the original command element!
4949

50-
Note: While the specs note `<option>`s to be renderd as regular commands, `$.contextMenu` will render an actual `<select>`.
50+
Note: While the specs note `<option>`s to be rendered as regular commands, `$.contextMenu` will render an actual `<select>`.
5151

5252
## HTML5 `<menu>` shiv/polyfill
5353

0 commit comments

Comments
 (0)