From 66276c627cfac4abc232ffd3436ab07a38375e53 Mon Sep 17 00:00:00 2001 From: Tomasz Cudok Date: Thu, 7 Dec 2017 17:45:04 +0000 Subject: [PATCH] fix($typescript): Fix typo in TypeScript definition file --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 507eb1e..920f6f5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -40,7 +40,7 @@ declare module 'webpack-flush-chunks' { stylesheets: string[]; /** Hash object of chunk names to CSS file paths */ - cssHashRaw: Recrod; + cssHashRaw: Record; /** `` */ cssHash: string[];