Skip to content

Commit e483d23

Browse files
authored
remove typo extra underscore
1 parent fbb4bc7 commit e483d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ Configure how the library will be exposed.
924924

925925
Types included by default are `'var'`, `'module'`, `'assign'`, `'assign-properties'`, `'this'`, `'window'`, `'self'`, `'global'`, `'commonjs'`, `'commonjs2'`, `'commonjs-module'`, `'commonjs-static'`, `'amd'`, `'amd-require'`, `'umd'`, `'umd2'`, `'jsonp'` and `'system'`, but others might be added by plugins.
926926

927-
For the following examples, we'll use `__entry_return_` to indicate the values returned by the entry point.
927+
For the following examples, we'll use `_entry_return_` to indicate the values returned by the entry point.
928928

929929
#### Expose a Variable
930930

0 commit comments

Comments
 (0)