Skip to content

Commit eb3234b

Browse files
committed
Merge pull request #2 from redbitcz/hotfix/fix-readme-typo
Readme: fix serious typo in doc
2 parents af393ba + 36bf77e commit eb3234b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $enabler->activate(true);
7979
### Options
8080
- `$enabler->activate(true)` - force to Debug Mode turn on,
8181
- `$enabler->activate(false)` - force to Debug Mode turn off,
82-
- `$enabler->deactivate(false)` - reset back to automatically detection by environment.
82+
- `$enabler->deactivate()` - reset back to automatically detection by environment.
8383

8484
### Using with Nette
8585
Debug Mode Enabler (unlike Debug Mode Detector) can be simply served through DI Container with configuration in `config.neon`:

0 commit comments

Comments
 (0)