Skip to content

Commit ddca85d

Browse files
senritsuSpaceK33z
authored andcommitted
cleared up sentence
1 parent f389a3a commit ddca85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/how-to/author-libraries.md

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

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

178178
### Final Steps
179179

@@ -192,4 +192,4 @@ __package.json__
192192
}
193193
```
194194

195-
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.
195+
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)