From 376ac824791e9cdd4269a26ed3892e33993877d1 Mon Sep 17 00:00:00 2001 From: "Haoyu (Daniel)" Date: Fri, 24 Oct 2025 11:43:00 +0200 Subject: [PATCH] change "/" to "or" --- docs/en/docs/tutorial/security/first-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/security/first-steps.md b/docs/en/docs/tutorial/security/first-steps.md index fd8a44f76..374f5ac9e 100644 --- a/docs/en/docs/tutorial/security/first-steps.md +++ b/docs/en/docs/tutorial/security/first-steps.md @@ -144,7 +144,7 @@ Using a relative URL is important to make sure your application keeps working ev /// -This parameter doesn't create that endpoint / *path operation*, but declares that the URL `/token` will be the one that the client should use to get the token. That information is used in OpenAPI, and then in the interactive API documentation systems. +This parameter doesn't create that endpoint or *path operation*, but declares that the URL `/token` will be the one that the client should use to get the token. That information is used in OpenAPI, and then in the interactive API documentation systems. We will soon also create the actual path operation.