From 5cf5bc20c4d359f1f8051a43eb257070e65c6d9e Mon Sep 17 00:00:00 2001 From: Arjan Date: Sat, 17 Nov 2018 21:36:58 +0100 Subject: [PATCH] Fix typo --- docs/api/client/register-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/client/register-api.md b/docs/api/client/register-api.md index a9fc936df5..da3a3769d2 100644 --- a/docs/api/client/register-api.md +++ b/docs/api/client/register-api.md @@ -24,5 +24,5 @@ Registers a client instance with the unleash server. The client should send all * **instanceId** - Instance id for this application (typically hostname, podId or similar) * **sdkVersion** - Optional field that describes the sdk version (name:version) * **strategies** - List of strategies implemented by this application -* **started** - When this client started. Should be reported as [ISO8610](https://en.wikipedia.org/wiki/ISO_8601) time. +* **started** - When this client started. Should be reported as [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) time. * **interval** - At which interval, in milliseconds, will this client be expected to send metrics