fix(curriculum): typo in backend challenge (#46651)

fix: typo in backend challenge
This commit is contained in:
billybrown-iii
2022-06-26 10:39:26 -07:00
committed by GitHub
parent 8bc5b0a310
commit 25a79bb990

View File

@@ -8,7 +8,7 @@ dashedName: chain-middleware-to-create-a-time-server
# --description--
Middleware can be mounted at a specific route using `app.METHOD(path, middlewareFunction)`. Middleware can also be chained inside route definition.
Middleware can be mounted at a specific route using `app.METHOD(path, middlewareFunction)`. Middleware can also be chained within a route definition.
Look at the following example: