From: Kevin Sawicki Date: Wed, 26 Apr 2017 16:06:10 +0000 (-0700) Subject: Fix typos X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6bbcc6efa198e1215bc99fdb6919aa507adbeb6;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Fix typos --- diff --git a/docs/api/menu-item.md b/docs/api/menu-item.md index 494bdb7..a7486f3 100644 --- a/docs/api/menu-item.md +++ b/docs/api/menu-item.md @@ -70,7 +70,7 @@ The `role` property can have following values: * `editMenu` - Whole default "Edit" menu (Undo, Copy, etc.) * `windowMenu` - Whole default "Window" menu (Minimize, Close, etc.) -The following additional roles are avaiable on macOS: +The following additional roles are available on macOS: * `about` - Map to the `orderFrontStandardAboutPanel` action * `hide` - Map to the `hide` action @@ -120,4 +120,4 @@ A String representing the menu items visible label #### `menuItem.click` -A Function that is fired when the MenuItem recieves a click event +A Function that is fired when the MenuItem receives a click event