From 551d7325a726f45889e3779550e1d162f49b61e2 Mon Sep 17 00:00:00 2001 From: Kai Volland Date: Fri, 17 May 2019 14:15:04 +0200 Subject: [PATCH] Fixes typo. Co-Authored-By: Daniel Koch --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index b131c148a..991745726 100644 --- a/index.d.ts +++ b/index.d.ts @@ -45,7 +45,7 @@ export interface Filter extends Array {} /** * A FunctionFilter that expects a string (propertyName) as second arguement and - * a regular expression as third argument. An acutal parser implementation has to + * a regular expression as third argument. An actual parser implementation has to * return a value for this function expression. */ export interface StrMatchesFunctionFilter extends Filter {