Skip to content

Commit b7a11be

Browse files
authored
Update part3d.md
Missing word. From context; it seems evident that the author means to say that rebuilding the front-end application is not needed.
1 parent 9d95e8c commit b7a11be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ app.put('/api/notes/:id', (request, response, next) => {
113113

114114
### Deploying the database backend to production
115115

116-
The application should work almost as-is in Fly.io/Render. We do have to generate a new production build of the frontend since changes thus far were only on our backend.
116+
The application should work almost as-is in Fly.io/Render. We do not have to generate a new production build of the frontend since changes thus far were only on our backend.
117117

118118
The environment variables defined in dotenv will only be used when the backend is not in <i>production mode</i>, i.e. Fly.io or Render.
119119

0 commit comments

Comments
 (0)