DOC TagsToShortcodeTask name typo fixed in the File migration guide

This commit is contained in:
Serge Latyntcev 2020-03-03 13:55:05 +13:00
parent 18f74ad4da
commit 335cc1245e
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ The shortcode format in SilverStripe 4 has changed from SilverStripe 3. This mea
After running the file migration, you can run the short code migration task to update your existing HTML content in your database:
```bash
sake dev/tasks/TagsToShortcode
sake dev/tasks/TagsToShortcodeTask
```
This will rewrite your existing shortcodes to the newer format SilverStripe 4 expects as well as convert `img` and `a` tags to use shortcodes.