Skip to content

Commit 25ecb73

Browse files
authored
Fix typo in edge-middleware BOA readme (vercel#360)
1 parent eb6a353 commit 25ecb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-output-api/edge-middleware/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ https://build-output-api-edge-middleware.vercel.sh
1313
In this case, the contents of the Edge Middleware Function are located in the
1414
[`.vercel/output/functions/_middleware.func`](./.vercel/output/functions/_middleware.func) directory.
1515
An accompanying "route" is placed in the [`config.json`](./.vercel/output/config.json) file which
16-
specifies that the middleware function will be invoked for every HTTP request due to the `"src": "/(.\*)"` clause.
16+
specifies that the middleware function will be invoked for every HTTP request due to the `"src": "/(.*)"` clause.
1717

1818
The [`.vc-config.json`](./.vercel/output/functions/_middleware.func/.vc-config.json) file specifies `"runtime": "edge"`
1919
which informs Vercel that the endpoint should be created as an Edge Function.

0 commit comments

Comments
 (0)