From 0ba95646293cb1ea336330a9c6be91c87532d692 Mon Sep 17 00:00:00 2001 From: Zeke Sikelianos Date: Thu, 25 Aug 2016 17:26:52 -0700 Subject: [PATCH] use the right bullet --- docs/api/shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/shell.md b/docs/api/shell.md index 3f220199d961..2286a3a1dd71 100644 --- a/docs/api/shell.md +++ b/docs/api/shell.md @@ -78,7 +78,7 @@ returned, otherwise `false` is returned. ### `shell.readShortcutLink(shortcutPath)` _Windows_ -- `shortcutPath` String +* `shortcutPath` String Resolves the shortcut link at `shortcutPath`. An object is returned with the fields described in the `options` of `shell.writeShortcutLink`.