From 4d55fd6e733061ed2f369e6bd7185d74ec898da9 Mon Sep 17 00:00:00 2001 From: Sam DeHaan Date: Thu, 7 Nov 2024 16:42:47 -0500 Subject: [PATCH] fix: tiny typo in release notes for 1.5 (#2055) --- docs/sources/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/release-notes.md b/docs/sources/release-notes.md index b50125abf..acb732a9d 100644 --- a/docs/sources/release-notes.md +++ b/docs/sources/release-notes.md @@ -31,7 +31,7 @@ Both components are very similar. More information can be found in the [announce ### Breaking change: Change default value of `revision` in `import.git` The default value was changed from `"HEAD"` to `"main"`. -Setting the `revision` to `"HEAD"`, `"FETCH_HEAD"`, `"ORIG_HEAD"`, `"MERGE_HEAD"` or `"CHERRY_PICK_HEAD"` is not longer allowed. +Setting the `revision` to `"HEAD"`, `"FETCH_HEAD"`, `"ORIG_HEAD"`, `"MERGE_HEAD"` or `"CHERRY_PICK_HEAD"` is no longer allowed. ## v1.4