From cef8093b996cc78b1262a20e6f193a8fbcb8b5f2 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Mon, 27 Jun 2022 12:13:08 -0400 Subject: [PATCH] doc typo: it's => its --- src/demo/Basic.story.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demo/Basic.story.svelte b/src/demo/Basic.story.svelte index 83a51ab..6caf604 100644 --- a/src/demo/Basic.story.svelte +++ b/src/demo/Basic.story.svelte @@ -14,7 +14,7 @@

Both Docs and Frames live within a Canvas component. The canvas is where your frames and docs live and is the main area where you put your components. A canvas can be configured to have - it's background color changed. + its background color changed.