storyblok 3.13.0 → 3.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -282,7 +282,7 @@ $ storyblok -V # or --version
|
|
|
282
282
|
|
|
283
283
|
Content migrations are a convenient way to change fields of your content.
|
|
284
284
|
|
|
285
|
-
To execute a migration you first need to create a migration file. This file is a pure Javascript function where the content of a specific content type or
|
|
285
|
+
To execute a migration you first need to create a migration file. This file is a pure Javascript function where the content of a specific content type or component gets passed through.
|
|
286
286
|
|
|
287
287
|
### 1. Creating a migration file
|
|
288
288
|
|