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.
1 parent f7a7a04 commit 5d3593bCopy full SHA for 5d3593b
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