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 d129d67 commit 3052743Copy full SHA for 3052743
README.md
@@ -86,7 +86,7 @@ To handle exceptions correctly put this right after all route handlers.
86
87
## Troubleshooting
88
89
-If logging isn't working, enable internal debug logging for Stackify by setting the degub flag in the Stackify options.
+If logging isn't working, enable internal debug logging for Stackify by setting the debug flag in the Stackify options.
90
91
```js
92
stackify.start({apiKey: '***', env: 'dev', debug: true});
0 commit comments