Skip to content

Commit 1eca95b

Browse files
committed
Proofread
1 parent ad26f41 commit 1eca95b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/apidocs-mxsdk/mxsdk/sdk-howtos/creating-your-first-script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ After setting up all the prerequisites, you can start writing a first script tha
4848
Don't forget to [set up your personal access token](/apidocs-mxsdk/mxsdk/set-up-your-pat/) before executing the script.
4949

5050
{{% alert color="warning" %}}
51-
Working copy creation a resource intensive process, consider reusing previously created ones by invoking `app.getOnlineWorkingCopy(workingCopyId)`. All working copies are automatically deleted after 24 hours.
51+
Working copy creation is a resource-intensive process. Consider reusing previously-created ones by invoking `app.getOnlineWorkingCopy(workingCopyId)`. All working copies are automatically deleted after 24 hours.
5252
{{% /alert %}}
5353

5454
### Code Explanation

0 commit comments

Comments
 (0)