From 0fc180b15bfc3d02eaff2eb367dff3d5e977f2ad Mon Sep 17 00:00:00 2001 From: Jesse Schalken Date: Wed, 16 Sep 2015 11:23:39 +1000 Subject: [PATCH] Fix typo --- requirejs/require.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirejs/require.d.ts b/requirejs/require.d.ts index 58fb4f6f12..5ca4b476a7 100644 --- a/requirejs/require.d.ts +++ b/requirejs/require.d.ts @@ -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()