Skip to content

Commit

Permalink
Update docs/faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman authored Jan 17, 2022
1 parent 97bc4ee commit 12f44d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,4 +349,4 @@ Applying this small change will enable you to add syntax highlight for SCSS or a
### How can my code detect if it is running in Storybook?
You can do this by checking for the `IS_STORYBOOK` global variable, which will equal `true` when running in Storybook.
You can do this by checking for the `IS_STORYBOOK` global variable, which will equal `true` when running in Storybook. The environment variable `process.env.STORYBOOK` is also set to `true`.

0 comments on commit 12f44d7

Please sign in to comment.