Skip to content

Commit

Permalink
fix typo in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christianzoppi committed Jun 6, 2024
1 parent 8c5c8c8 commit 3f883dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ $ storyblok pull-languages --space <SPACE_ID>

Download your space's components schema as json. By default this command will download 2 files: 1 for the components and 1 for the presets; But if you pass a flag `--separate-files or --sf` the command will create file for each component and presets. And also you could pass a path `--path or -p` to save your components and presets.

It's highly recommended to use also the `--prefix-presets-names` or `-ppn` parameter if you use `--separate-files` because it will prefix the names of the individual files with the name of the component. This feature solves the issue of multiple presets from different compoentns but with the same name, being written in the same file. In a future major version this will become the default behavior.
It's highly recommended to use also the `--prefix-presets-names` or `-ppn` parameter if you use `--separate-files` because it will prefix the names of the individual files with the name of the component. This feature solves the issue of multiple presets from different components but with the same name, being written in the same file. In a future major version this will become the default behavior.

```sh
$ storyblok pull-components --space <SPACE_ID> # Will save files like components-1234.json
Expand Down

0 comments on commit 3f883dc

Please sign in to comment.