From fe0ac0a96177fd9749e6de7b06915a64790d227e Mon Sep 17 00:00:00 2001 From: LuanRT Date: Wed, 19 Oct 2022 17:11:50 -0300 Subject: [PATCH] chore(studio): fix a small typo --- src/core/Studio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Studio.ts b/src/core/Studio.ts index b67a9e61..c46ba388 100644 --- a/src/core/Studio.ts +++ b/src/core/Studio.ts @@ -73,7 +73,7 @@ class Studio { * title: 'Artemis Mission', * description: 'A nicely written description...', * category: 27, - * licence: 'creative_commons' + * license: 'creative_commons' * // ... * }); * ```