Skip to content

Commit

Permalink
AppleScriptTask.md: "mkdir" not "mk dir"
Browse files Browse the repository at this point in the history
The shell command to create a directory is called "mkdir" not "mk dir". Remove the extraneous space.
  • Loading branch information
skissane authored Dec 20, 2020
1 parent e319539 commit 50b36d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Office-Mac/AppleScriptTask.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following are the [bundle id] values for Excel, PowerPoint, and Word:
For example, the corresponding AppleScript for Excel would be in a file named `MyAppleScriptFile.applescript` that is in ~/Library/Application Scripts/com.microsoft.Excel/.

> [!IMPORTANT]
> The folders such as `com.microsoft.Excel` may not exist. In that case, just create them by using a standard **mk dir** command.
> The folders such as `com.microsoft.Excel` may not exist. In that case, just create them by using a standard **mkdir** command.
The following is an example of a handler.

Expand All @@ -51,4 +51,4 @@ The following is an example of a handler.

Earlier versions of Office for Mac implemented a command called **MacScript** that supported inline AppleScripts. Although that command still exists in Office 2016 for Mac, **MacScript** is deprecated. Due to sandbox restrictions, the **MacScript** command cannot invoke other applications, such as Finder, in Office 2016 for Mac. We recommend that you use the **AppleScriptTask** command instead of the **MacScript** command in apps for Office 2016 for Mac.

[!include[Support and feedback](~/includes/feedback-boilerplate.md)]
[!include[Support and feedback](~/includes/feedback-boilerplate.md)]

0 comments on commit 50b36d7

Please sign in to comment.