Skip to content

Commit 698a08f

Browse files
committed
Merge branch 'develop' into feature/structure-n-navigation
2 parents b1effdb + ddca85d commit 698a08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/guides/author-libraries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ module.exports = {
174174
};
175175
```
176176

177-
If `library` property is set and `libraryTarget` is set to be `var` by default, as given in the [config reference](/configuration/output).
177+
If `library` is set and `libraryTarget` is not, `libraryTarget` defaults to `var` as specified in the [config reference](/configuration/output).
178178

179179
### Final Steps
180180

@@ -193,4 +193,4 @@ __package.json__
193193
}
194194
```
195195

196-
Now you can [publish it as an npm package](https://docs.npmjs.com/getting-started/publishing-npm-packages) and find it at [unpkg.com](https://unpkg.com/#/) to distribute it to your users.
196+
Now you can [publish it as an npm package](https://docs.npmjs.com/getting-started/publishing-npm-packages) and find it at [unpkg.com](https://unpkg.com/#/) to distribute it to your users.

0 commit comments

Comments
 (0)