From 5ec1ef7e3a5eb269d3af2de28495a2b946681b43 Mon Sep 17 00:00:00 2001 From: Jyotirmoy Bandyopadhayaya Date: Fri, 15 Nov 2024 05:20:30 +0530 Subject: [PATCH] chore(typo): fixes typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c476585..936f100 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ _But before you get started, please ensure you enabled `isolatedDeclarations` in ```json { "compilerOptions": { - "isolatedDeclaration": true + "isolatedDeclarations": true } } ```