From c9bb0dc4f70dc428be05b67079dbda3bd3e47f77 Mon Sep 17 00:00:00 2001 From: Federico Della Rovere Date: Mon, 4 Mar 2019 09:47:28 +0100 Subject: [PATCH] fix descrition issue --- types/twitch-ext/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/types/twitch-ext/index.d.ts b/types/twitch-ext/index.d.ts index b8d29c5818..6c3126c049 100644 --- a/types/twitch-ext/index.d.ts +++ b/types/twitch-ext/index.d.ts @@ -207,9 +207,9 @@ interface TwitchExtConfiguration { /** * This function can be called by the front end to set an extension configuration. - * @param segment The string-encoded configuration. - * @param version The configuration segment to set. - * @param content The version of configuration with which the segment is stored. + * @param segment The configuration segment to set. Valid value. "broadcaster". + * @param version The version of configuration with which the segment is stored. + * @param content The string-encoded configuration. */ set(segment: "broadcaster", version: string, content: string): void; }