From 05c50b0a2e1b41dfa524e206ac5223ecf13eb9b7 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 26 Sep 2017 21:30:27 -0400 Subject: [PATCH] fix docs typo --- docs/api/menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/menu.md b/docs/api/menu.md index 888b0f78bae1..05d826b99c18 100644 --- a/docs/api/menu.md +++ b/docs/api/menu.md @@ -93,7 +93,7 @@ Appends the `menuItem` to the menu. * `id` String -Returns the MenuItem with the specified `id`. +Returns `MenuItem` the item with the specified `id` #### `menu.insert(pos, menuItem)`