Ver Fonte

[docs] Fix typo in custom JWT section

Harsh Gupta há 4 anos atrás
pai
commit
ee73b4d91f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/docs-site/content/developer/api/rest/_index.md

+ 1 - 1
docs/docs-site/content/developer/api/rest/_index.md

@@ -167,7 +167,7 @@ And then, add it in `hue.ini` (comma separated and in order of priority if multi
 
     [desktop]
     [[auth]]
-    api_auth=<you_own_custom_auth_backend>
+    api_auth=<your_own_custom_auth_backend>
 
 ## SQL Querying