Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 36632b9

Browse files
Update README.md
Co-authored-by: ToriLindsay <[email protected]>
1 parent e1deace commit 36632b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ export default {
201201

202202
The Worker above will be invoked for any request not matching a static asset.
203203
It returns a JSON response if the `pathname` starts with `/api/` and otherwise passes the incoming request through to the asset binding.
204-
This means that for paths that do not start with `/api/`, the `not_found_handling` behaviour defined in the Worker config will be evaluated and the `index.html` file will be returned, enabling SPA navigations.
204+
This means that for paths that do not start with `/api/`, the `not_found_handling` behavior defined in the Worker config will be evaluated and the `index.html` file will be returned, enabling SPA navigations.
205205

206206
#### Call the API from the client
207207

0 commit comments

Comments
 (0)