Skip to content

Commit 6263c56

Browse files
authored
Update debugging-html-builds.md
1 parent 150af15 commit 6263c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/debugging-html-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Debugging HTML Builds
33
---
44

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

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

0 commit comments

Comments
 (0)