From 6fd14f9766d13184de30d7bcc23dda717fe067b1 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Tue, 9 Jan 2024 13:01:54 +0000 Subject: [PATCH] Minor adjustment --- docs/api/doc-block-canvas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/doc-block-canvas.md b/docs/api/doc-block-canvas.md index 6e374e93729..4deda461168 100644 --- a/docs/api/doc-block-canvas.md +++ b/docs/api/doc-block-canvas.md @@ -170,7 +170,7 @@ Specifies which story's source is displayed. Type: `SourceProps['code'] | SourceProps['format'] | SourceProps['language'] | SourceProps['type']` -Specify the props passed to the inner `Source` block. For more information, see the `Source` Doc Block [documentation](./doc-block-source.md). +Specifies the props passed to the inner `Source` block. For more information, see the `Source` Doc Block [documentation](./doc-block-source.md). @@ -194,7 +194,7 @@ Specifies the initial state of the source panel. Type: `StoryProps['inline'] | StoryProps['height'] | StoryProps['autoplay']` -Specify the props passed to the inner `Story` block. For more information, see the `Story` Doc Block [documentation](./doc-block-story.md). +Specifies the props passed to the inner `Story` block. For more information, see the `Story` Doc Block [documentation](./doc-block-story.md). ### `withToolbar`