Skip to content

Commit

Permalink
Update docs/writing-stories/args.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Mar 17, 2022
1 parent 25b68d4 commit 03279e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing-stories/args.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Learn how and why to write stories in [the introduction](./introduction.md#using

## Args object

The `args` object can be defined at the [story](#story-args), [component](#component-args) and [project level](#project-args). It is a JSON serializable object composed of string keys with matching valid value types that can be passed into a component for your framework.
The `args` object can be defined at the [story](#story-args), [component](#component-args) and [global level](#global-args). It is a JSON serializable object composed of string keys with matching valid value types that can be passed into a component for your framework.

## Story args

Expand Down

0 comments on commit 03279e0

Please sign in to comment.