From 846a2ced7577aca23f03b0802d0ca19796758544 Mon Sep 17 00:00:00 2001 From: Anton Iakimov Date: Tue, 10 Oct 2023 17:51:15 +0200 Subject: [PATCH] apply changes --- examples/web-chat/.cspell.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/web-chat/.cspell.json b/examples/web-chat/.cspell.json index 2891789..2f6566a 100644 --- a/examples/web-chat/.cspell.json +++ b/examples/web-chat/.cspell.json @@ -127,8 +127,8 @@ }, { "name": "enrtree", - "pattern": "/enrtree:\/\/.*/" + "pattern": "/enrtree://.*/" } ], - "ignoreRegExpList": ["import"] + "ignoreRegExpList": ["import", "enrtree"] }