From cca8d7f4bc77f3e649c847e1b869af1d9d00c365 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sat, 15 Aug 2020 22:17:51 -0700 Subject: [PATCH] Update wordinng in writign-stories/args The wording was slightly odd after 7a0203f9bab0bc8b1434ad37d0a3765c573bf21b. --- docs/writing-stories/args.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-stories/args.md b/docs/writing-stories/args.md index f2d3016feaf..553f1c112bb 100644 --- a/docs/writing-stories/args.md +++ b/docs/writing-stories/args.md @@ -6,7 +6,7 @@ A story is a component with a set of arguments (props, slots, inputs, etc). “A When an arg’s value is changed, the component re-renders, allowing you to interact with components in Storybook’s UI via addons that affect args. -Learn how and why to write stories with args [here](./introduction.md#using-args) section. For details on how args work, read on. +Learn how and why to write stories in [the introduction](./introduction.md#using-args). For details on how args work, read on. ## Args object