From 21cc0477df3031ba5217f5e028818034fab591ee Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Mon, 12 Aug 2024 12:01:04 -0500 Subject: [PATCH] Fix typo in releases.md --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 3311506f8..6d9263b53 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -9,7 +9,7 @@ workspaces should be released: ### ibc-derive -As `ibc-derive` is an independant dependency of ibc-rs, if any changes were introduced to +As `ibc-derive` is an independent dependency of ibc-rs, if any changes were introduced to this crate, then a new version needs to be released prior to releasing a new version of ibc-rs. This is done by: 1. Bumping the version of `ibc-derive` in `crates/ibc-derive/Cargo.toml`