瀏覽代碼

[DOCS] Fix typo (#97233)

Abdon Pijpelink 2 年之前
父節點
當前提交
add58e8d00
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      x-pack/docs/en/security/authentication/jwt-realm.asciidoc

+ 2 - 2
x-pack/docs/en/security/authentication/jwt-realm.asciidoc

@@ -534,8 +534,8 @@ the `jwt_role1` role that you mapped to this user in the JWT realm:
 ----
 
 If you want to specify a request as the `run_as` user, include the
-the `es-security-runas-user` header with the name of the user that you
-want to submit requests as. The following request uses the `user123_runas` user:
+`es-security-runas-user` header with the name of the user that you want to
+submit requests as. The following request uses the `user123_runas` user:
 
 [source,sh]
 ----