From: yuk115nt5now Date: Mon, 31 Oct 2022 16:39:44 +0000 (+0900) Subject: 🌐 Fix typo in Chinese translation for `docs/zh/docs/tutorial/security/first-steps... X-Git-Tag: 0.85.2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfb14225555ceff2798a96e4f98164bcab241cad;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Fix typo in Chinese translation for `docs/zh/docs/tutorial/security/first-steps.md` (#5530) --- diff --git a/docs/zh/docs/tutorial/security/first-steps.md b/docs/zh/docs/tutorial/security/first-steps.md index 116572411c..86c3320ce1 100644 --- a/docs/zh/docs/tutorial/security/first-steps.md +++ b/docs/zh/docs/tutorial/security/first-steps.md @@ -110,7 +110,7 @@ OAuth2 的设计目标是为了让后端或 API 独立于服务器验证用户 !!! info "说明" - `Beare` 令牌不是唯一的选择。 + `Bearer` 令牌不是唯一的选择。 但它是最适合这个用例的方案。