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 150af15 commit 6263c56Copy full SHA for 6263c56
docs/docs/debugging-html-builds.md
@@ -2,7 +2,7 @@
2
title: Debugging HTML Builds
3
---
4
5
-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:
6
7
1. Some of your code references "browser globals" like `window` or `document`
8
that aren't available in Node.js. If this is your problem you should see an
0 commit comments