From 64408fc0428b490233a5ad7da971a1be938ff89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Livora?= Date: Wed, 20 Jan 2021 10:35:50 +0100 Subject: [PATCH] docs: fix args definition in How to write stories --- docs/writing-stories/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-stories/introduction.md b/docs/writing-stories/introduction.md index b57b5947592..a14a8a04134 100644 --- a/docs/writing-stories/introduction.md +++ b/docs/writing-stories/introduction.md @@ -4,7 +4,7 @@ title: 'How to write stories' A story captures the rendered state of a UI component. It’s a function that returns a component’s state given a set of arguments. -Storybook uses the generic term arguments (args for short) when talking about React’s `props`, Vue’s `slots`, Angular’s `@input`, and other similar concepts. +Storybook uses the generic term arguments (args for short) when talking about React’s `props`, Vue’s `props`, Angular’s `@Input`, and other similar concepts. ## Where to put stories