Browse Source

change "/" to "or"

pull/14224/head
Haoyu (Daniel) 9 months ago
parent
commit
376ac82479
No known key found for this signature in database GPG Key ID: FEB1A9104F4C83BB
  1. 2
      docs/en/docs/tutorial/security/first-steps.md

2
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.

Loading…
Cancel
Save