Skip to content

Commit 2388c67

Browse files
authored
Update warning in refguide
1 parent 7d228d8 commit 2388c67

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web

1 file changed

+1
-1
lines changed

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ To test the extension, do the following in File Explorer.
115115
You will see a new `Extensions` item in the top menu.
116116

117117
{{% alert color="warning" %}}
118-
Please note that the name `myextension` has no invalid characters. Extension names should only contain digits, letters, dashes or underscores. An invalid name will cause an error to show and the extension will not be loaded.
118+
Extension names used in place of `myextension` must only contain digits, letters, dashes, and underscores. Extensions with an invalid name will not be loaded and will display an error.
119119
{{% /alert %}}
120120

121121
## Conclusion

0 commit comments

Comments
 (0)