Skip to content

Commit

Permalink
Update debugging-html-builds.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Apr 9, 2021
1 parent 150af15 commit 6263c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/debugging-html-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Debugging HTML Builds
---

Errors while building static HTML files (The build-time React SSR process) generally happen for one of the following reasons:
Errors while building static HTML files (the build-time React SSR process) generally happen for one of the following reasons:

1. Some of your code references "browser globals" like `window` or `document`
that aren't available in Node.js. If this is your problem you should see an
Expand Down

0 comments on commit 6263c56

Please sign in to comment.