Skip to content

Commit 36bf77e

Browse files
committed
Readme: Fix serios typo in doc
1 parent af393ba commit 36bf77e

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)