Skip to content

Commit

Permalink
docs: fix typo (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimZhang2090 committed Apr 10, 2024
1 parent 4f385be commit 084a785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
});
```
Expand Down

0 comments on commit 084a785

Please sign in to comment.