Skip to content

Commit 9213b45

Browse files
authored
docs: fix typo (#254)
1 parent 5a00188 commit 9213b45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Generates a [version 3 sourcemap](https://docs.google.com/document/d/1U1RGAehQwR
107107
* `file` - the filename where you plan to write the sourcemap
108108
* `source` - the filename of the file containing the original source
109109
* `includeContent` - whether to include the original content in the map's `sourcesContent` array
110-
* `hires` - whether the mapping should be high-resolution. Hi-res mappings map every single character, meaning (for example) your devtools will always be able to pinpoint the exact location of function calls and so on. With lo-res mappings, devtools may only be able to identify the correct line - but they're quicker to generate and less bulky. If sourcemap locations have been specified with `s.addSourceMapLocation()`, they will be used here.
110+
* `hires` - whether the mapping should be high-resolution. Hi-res mappings map every single character, meaning (for example) your devtools will always be able to pinpoint the exact location of function calls and so on. With lo-res mappings, devtools may only be able to identify the correct line - but they're quicker to generate and less bulky. If sourcemap locations have been specified with `s.addSourcemapLocation()`, they will be used here.
111111

112112
The returned sourcemap has two (non-enumerable) methods attached for convenience:
113113

0 commit comments

Comments
 (0)