Skip to content

Commit f7cc4cb

Browse files
Update http_context.md (#227)
fix wrong filename
1 parent 64eb448 commit f7cc4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/concepts/http_context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you use Dependency injection throughout your application, you can inject the
101101

102102
:::warning
103103

104-
Ensure the `#middleware/container_bindings_middleware` middleware is registered inside the `kernel/start.ts` file. This middleware is required to resolve request-specific values (i.e., the HttpContext class) from the container.
104+
Ensure the `#middleware/container_bindings_middleware` middleware is registered inside the `start/kernel.ts` file. This middleware is required to resolve request-specific values (i.e., the HttpContext class) from the container.
105105

106106
:::
107107

0 commit comments

Comments
 (0)