From 34a92102431f4dde7d80ec85c19c093593e0eefd Mon Sep 17 00:00:00 2001 From: Belinda Cao Date: Mon, 27 Jun 2022 20:44:26 +0800 Subject: [PATCH] Fixed a `changelog` example path in the docs (#851) --- docs/modifying-changelog-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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