mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Fix typo
This commit is contained in:
parent
52b0ea5c97
commit
0fc180b15b
4
requirejs/require.d.ts
vendored
4
requirejs/require.d.ts
vendored
@ -166,8 +166,8 @@ interface RequireConfig {
|
||||
|
||||
/**
|
||||
* Extra query string arguments appended to URLs that RequireJS
|
||||
* uses to fetch resources. Most useful to cachce bust when
|
||||
* the browser or server is not configured correcty.
|
||||
* uses to fetch resources. Most useful to cache bust when
|
||||
* the browser or server is not configured correctly.
|
||||
*
|
||||
* @example
|
||||
* urlArgs: "bust= + (new Date()).getTime()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user