Skip to content

Commit 715fa9c

Browse files
foreheadSniffermontogeek
authored andcommitted
docs(plugins) Update define-plugin.md (#1977)
1 parent dfaa4a8 commit 715fa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/plugins/define-plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ console.log('Running App version ' + VERSION);
4141
if(!BROWSER_SUPPORTS_HTML5) require('html5shiv');
4242
```
4343

44-
T> Note that because the plugin does a direct text replacement, the value given to it must include **actual quotes** inside of the string itself. Typically, this is done either with either alternate quotes, such as `'"production"'`, or by using `JSON.stringify('production')`.
44+
T> Note that because the plugin does a direct text replacement, the value given to it must include **actual quotes** inside of the string itself. Typically, this is done either with alternate quotes, such as `'"production"'`, or by using `JSON.stringify('production')`.
4545

4646
__index.js__
4747

0 commit comments

Comments
 (0)