We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 452d495 + 5d3593b commit cce9589Copy full SHA for cce9589
README.md
@@ -245,7 +245,7 @@ Thanks! every bit of help really does make a difference!
245
#### Debug
246
247
- `History.log(...)` <br/> Logs messages to the console, the log element, and fallbacks to alert if neither of those two exist
248
-- `History.debug(...)` <br/> Same as `History.log` but only runs if `History.debug.enable === true`
+- `History.debug(...)` <br/> Same as `History.log` but only runs if `History.options.debug === true`
249
250
251
0 commit comments