From 736faaca5b1cb3c1ee96846ba6707fea1fd12409 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 29 Nov 2021 08:40:59 +0100 Subject: [PATCH] docs: typo; change "metics" -> "metrics" --- website/docs/user_guide/token.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/user_guide/token.md b/website/docs/user_guide/token.md index 5a03f5ef4f..b6ab8586d1 100644 --- a/website/docs/user_guide/token.md +++ b/website/docs/user_guide/token.md @@ -3,7 +3,7 @@ id: api-token title: API Tokens --- -In order to connect to Unleash clients will need an API token to grant access. A client SDK will need to token with "client privileges", which allows them to fetch feature toggle configuration and post usage metics back. +In order to connect to Unleash clients will need an API token to grant access. A client SDK will need to token with "client privileges", which allows them to fetch feature toggle configuration and post usage metrics back. ## Create API Token {#create-api-token}