Skip to content

Commit 1742a80

Browse files
committed
Typo "promis" => "promise" in documentation
Fixes #633
1 parent 4091090 commit 1742a80

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#### Documentation
66

77
* Add `getting started` to the documentation.
8-
* Fix typo in documentation which breaks the `callback` demo.
8+
* Fixed typo in documentation which breaks the `callback` demo.
9+
* Fixed typo `promis` => `promise` ([Issue #633](https://github.com/swisnl/jQuery-contextMenu/issues/633)).
910

1011
### 2.6.4
1112

documentation/demo/async-promise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
currentMenu: async-promise
33
---
44

5-
# Demo: Submenu through promis (asynchronous)
5+
# Demo: Submenu through promise (asynchronous)
66

77
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
88
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->

0 commit comments

Comments
 (0)