Skip to content

Commit 173d5c1

Browse files
authored
Correct copy paste error
1 parent 1f24a3b commit 173d5c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_ecosystem_8x/devkit/migrating.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you get an error about a command not being available, you probably just need
2020
|---------------------|----------------------------------|
2121
| `pdk new module` | `jig new module` |
2222
| `pdk new class` | `jig new class` |
23-
| `pdk build` | `jig new module` |
23+
| `pdk build` | `jig build` |
2424
| `pdk release` | `jig release` |
2525
| `pdk convert` | _not needed_ |
2626
| `pdk update` | `bundle exec msync update` |

0 commit comments

Comments
 (0)