Skip to content

Commit a6f9bd3

Browse files
authored
Merge pull request #647 from martinlindhe/typo
correct a typo
2 parents d568ad5 + 575532d commit a6f9bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/configuration/output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ But, `require([ _what?_ ])`?
295295

296296
```javascript
297297
output: {
298-
name: "MyLibrary",
298+
library: "MyLibrary",
299299
libraryTarget: "amd"
300300
}
301301
```

0 commit comments

Comments
 (0)