]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🌐 Fix typo in Chinese translation for `docs/zh/docs/tutorial/security/first-steps...
authoryuk115nt5now <necromancyf@gmail.com>
Mon, 31 Oct 2022 16:39:44 +0000 (01:39 +0900)
committerGitHub <noreply@github.com>
Mon, 31 Oct 2022 16:39:44 +0000 (17:39 +0100)
docs/zh/docs/tutorial/security/first-steps.md

index 116572411c918fa9103b0dd8ef694f9bc35df77e..86c3320ce1e9e2ece0a28b507317585fe0c00e47 100644 (file)
@@ -110,7 +110,7 @@ OAuth2 的设计目标是为了让后端或 API 独立于服务器验证用户
 
 !!! info "说明"
 
-    `Beare` 令牌不是唯一的选择。
+    `Bearer` 令牌不是唯一的选择。
 
     但它是最适合这个用例的方案。