소스 검색

docs: fix typo

Marcus Efraimsson 6 년 전
부모
커밋
3fab4d6f8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/sources/auth/overview.md

+ 1 - 1
docs/sources/auth/overview.md

@@ -38,7 +38,7 @@ provider (listed above). There is also options for allowing self sign up.
 
 ### Login and short-lived tokens
 
-> The followung applies when using Grafana's built in user authentication, LDAP (without Auth proxy) or OAuth integration.
+> The following applies when using Grafana's built in user authentication, LDAP (without Auth proxy) or OAuth integration.
 
 Grafana are using short-lived tokens as a mechanism for verifying authenticated users.
 These short-lived tokens are rotated each `token_rotation_interval_minutes` for an active authenticated user.