diff --git a/docs/src/pages/release-notes/0.30.1.md b/docs/src/pages/release-notes/0.30.1.md index c0f0c9cd73..5c67fa5660 100644 --- a/docs/src/pages/release-notes/0.30.1.md +++ b/docs/src/pages/release-notes/0.30.1.md @@ -112,7 +112,7 @@ Making changes to the IDL crate, e.g. adding features such as the [`convert`](ht To fix this problem, a new [crate](https://docs.rs/anchor-lang-idl-spec) that only includes the IDL spec has been introduced. The new crate's version will be used in the `idl.metadata.spec` field to differentiate between various IDLs. -**NOTE:** This crate is accesible via the main IDL crate from [`anchor_lang_idl::types`](https://docs.rs/anchor-lang-idl/0.1.1/anchor_lang_idl/types/index.html). +**NOTE:** This crate is accessible via the main IDL crate from [`anchor_lang_idl::types`](https://docs.rs/anchor-lang-idl/0.1.1/anchor_lang_idl/types/index.html). ## CLI