Skip to content

Commit 0fc180b

Browse files
committed
Fix typo
1 parent 52b0ea5 commit 0fc180b

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)