Skip to content

Commit eaaa7df

Browse files
committed
DOC-3329: More copy edits and improvements.
1 parent a2885b8 commit eaaa7df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ROOT/pages/bundling-plugins.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ require('<path_to_tinymce_premium_zip>/plugins/<plugincode>');
7777

7878
[NOTE]
7979
====
80-
When using `+import tinymce from 'tinymce'+`, import only the individual premium plugins from `+tinymce-premium+` (e.g., `+import 'tinymce-premium/plugins/advcode'+`). Do not import the `+tinymce-premium+` package. The plugins automatically register with the {productname} instance.
80+
When using `+import tinymce from 'tinymce'+`, import only the individual premium plugins from `+tinymce-premium+` (e.g., `+import 'tinymce-premium/plugins/advcode'+`).
8181
====
8282

8383
[[using-premium-plugins]]
@@ -89,7 +89,7 @@ After installing the `+tinymce-premium+` package, you need to configure the plug
8989

9090
[IMPORTANT]
9191
====
92-
Always include the `+licensekeymanager+` plugin when using premium plugins with a commercial license. The editor will not function properly without it. For more information, see: xref:license-key.adoc[License Key].
92+
Remember to include the `+licensekeymanager+` plugin when using premium plugins with a commercial license. The editor will not function properly without it. For more information, see: xref:license-key.adoc[License Key].
9393
====
9494

9595
When bundling:

modules/ROOT/partials/configuration/external_plugins-premium-npm.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tinymce.init({
6464

6565
[IMPORTANT]
6666
====
67-
* Always include the `+licensekeymanager+` plugin when using premium plugins with a commercial license.
67+
* Remember to include the `+licensekeymanager+` plugin when using premium plugins with a commercial license.
6868
* The `+external_plugins+` option is useful when you want to lazy-load plugins or when bundling is not available.
6969
* Choose the URL format that best matches your deployment structure.
7070
====

0 commit comments

Comments
 (0)