diff --git a/docs/modifying-changelog-format.md b/docs/modifying-changelog-format.md index c96afde41..3de22ac23 100644 --- a/docs/modifying-changelog-format.md +++ b/docs/modifying-changelog-format.md @@ -21,7 +21,7 @@ Next, change your `.changeset/config.json` to point to the new package: If you want to write your own, you can reference a file path. For example, you can create a new file `.changeset/my-changelog-config.js`, then you can reference it in the `.changeset/config.json` file as: ``` -"changelog": ".changeset/my-changelog-config.js" +"changelog": "./my-changelog-config.js" ``` ## Writing Changelog Formatting Functions