Skip to content

Commit d9a88a1

Browse files
committed
DOC-3329: Fix missing + for examples in bundling-plugins.adoc.
1 parent 5d9cb21 commit d9a88a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/bundling-plugins.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ tinymce.init({
166166
====
167167
The `+external_plugins+` option supports three URL formats:
168168
169-
* Absolute URLs (e.g., `+https://cdn.example.com/...`)
170-
* Relative to web-server root (e.g., `+/node_modules/...`)
171-
* Relative to {productname} `+base_url+` (e.g., `+../../node_modules/...`)
169+
* Absolute URLs (e.g., `+https://cdn.example.com/...+`)
170+
* Relative to web-server root (e.g., `+/node_modules/...+`)
171+
* Relative to {productname} `+base_url+` (e.g., `+../../node_modules/...+`)
172172
173173
For more information, see: xref:editor-important-options.adoc#external_plugins[`+external_plugins+` configuration option].
174174
====

0 commit comments

Comments
 (0)