Skip to content

Commit 916990f

Browse files
authored
Merge pull request #3736 from jordijs/patch-1
fix: typo
2 parents 016e3db + 0cfd4fa commit 916990f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/3/en/part3b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ export default defineConfig({
485485
486486
After a restart, the React development environment will work as a [proxy](https://vitejs.dev/config/server-options.html#server-proxy). If the React code does an HTTP request to a server address at <i><http://localhost:5173></i> not managed by the React application itself (i.e. when requests are not about fetching the CSS or JavaScript of the application), the request will be redirected to the server at <i><http://localhost:3001></i>.
487487
488-
Note that with the vite-configuration shown above, only requests that are made to paths starting with <i>/api</i>-are redirected to the server.
488+
Note that with the vite-configuration shown above, only requests that are made to paths starting with <i>/api</i> are redirected to the server.
489489
490490
Now the frontend is also fine, working with the server both in development and production mode.
491491

0 commit comments

Comments
 (0)