Skip to content

Commit 75809f3

Browse files
committed
Fix typo
Signed-off-by: cui fliter <imcusg@gmail.com>
1 parent d74bc47 commit 75809f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Then run [`cargo publish`] as described above to upload the new version.
139139
> **Recommendation:** Consider the full release process and automate what you can.
140140
>
141141
> Each version should include:
142-
> - A changelog entry, preferrably [manually curated](https://keepachangelog.com/en/1.0.0/) though a generated one is better than nothing
142+
> - A changelog entry, preferably [manually curated](https://keepachangelog.com/en/1.0.0/) though a generated one is better than nothing
143143
> - A [git tag](https://git-scm.com/book/en/v2/Git-Basics-Tagging) pointing to the published commit
144144
>
145145
> Examples of third-party tools that are representative of different workflows include (in alphabetical order):

0 commit comments

Comments
 (0)