docs: correct typos in documentation (#4413)
* Correct typos in documentation * Remove changes to References directory --------- Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
@@ -1190,7 +1190,7 @@ npx typeorm migration:create src/migrations/CreateOnboarding
|
||||
|
||||
This will create a file in the `src/migrations` directory with the name formatted as `<TIMESTAMP>-CreateOnboarding.ts`.
|
||||
|
||||
In that file, import the `genereteEntityId` utility method at the top of the file:
|
||||
In that file, import the `generateEntityId` utility method at the top of the file:
|
||||
|
||||
```ts
|
||||
import { generateEntityId } from "@medusajs/utils"
|
||||
|
||||
Reference in New Issue
Block a user