From 084a785306b504c5b6a7cad7bfdd5328137c017c Mon Sep 17 00:00:00 2001 From: Tim Zhang <8032719+TimZhang2090@users.noreply.github.com> Date: Wed, 10 Apr 2024 11:13:03 +0800 Subject: [PATCH] docs: fix typo (#277) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef18c5..f849ba6 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ const s = new MagicString(someCode, { // these options will be used if you later call `bundle.addSource( s )` - see below filename: 'foo.js', indentExclusionRanges: [/*...*/], - // market source as ignore in DevTools, see below #Bundling + // mark source as ignore in DevTools, see below #Bundling ignoreList: false }); ```