Skip to content

Commit 9f71b51

Browse files
committed
Merge branch 'master' of github.com:requirejs/text
2 parents 0777fd9 + 7af6993 commit 9f71b51

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ requirejs.config({
169169
The text plugin tries to detect what environment it is available for loading
170170
text resources, Node, XMLHttpRequest (XHR) or Rhino, but sometimes the
171171
Node or Rhino environment may have loaded a library that introduces an XHR
172-
implementation. You can foce the environment implementation to use by passing
172+
implementation. You can force the environment implementation to use by passing
173173
an "env" module config to the plugin:
174174

175175
```javascript

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
"bugs": {
1111
"web": "https://github.com/requirejs/text/issues"
1212
},
13-
"repositories": [
14-
{
15-
"type": "git",
16-
"url": "https://github.com/requirejs/text.git"
17-
}
18-
],
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/requirejs/text.git"
16+
},
1917
"licenses": [
2018
{
2119
"type": "MIT",

0 commit comments

Comments
 (0)