Skip to content

Commit e22d333

Browse files
committed
Merge pull request DefinitelyTyped#5839 from jesseschalken/master
Fix typo in requirejs/require.d.ts
2 parents 490a322 + 0fc180b commit e22d333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirejs/require.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ interface RequireConfig {
166166

167167
/**
168168
* Extra query string arguments appended to URLs that RequireJS
169-
* uses to fetch resources. Most useful to cachce bust when
170-
* the browser or server is not configured correcty.
169+
* uses to fetch resources. Most useful to cache bust when
170+
* the browser or server is not configured correctly.
171171
*
172172
* @example
173173
* urlArgs: "bust= + (new Date()).getTime()

0 commit comments

Comments
 (0)