From 21cc4ad63c8fecc0cfa93b96a81488626e51bc02 Mon Sep 17 00:00:00 2001 From: Lov`u`e <105651386+heappynd@users.noreply.github.com> Date: Thu, 22 Sep 2022 18:43:15 +0800 Subject: [PATCH] docs(directory-structure): fix typo in server --- docs/content/2.guide/2.directory-structure/1.server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/2.guide/2.directory-structure/1.server.md b/docs/content/2.guide/2.directory-structure/1.server.md index 094ce9dc6ce..ff942672fb7 100644 --- a/docs/content/2.guide/2.directory-structure/1.server.md +++ b/docs/content/2.guide/2.directory-structure/1.server.md @@ -105,7 +105,7 @@ Given the example above, fetching `/test` with: - **GET** method: Returns `Test get handler` - **POST** method: Returns `Test post handler` -- Any other method: Returns 404 error +- Any other method: Returns 405 error ### Catch-all Route