diff --git a/docs/content/iota-identity/how-tos/decentralized-identifiers/resolve.mdx b/docs/content/iota-identity/how-tos/decentralized-identifiers/resolve.mdx index 2fec47c8a78..3f5bb7a23dd 100644 --- a/docs/content/iota-identity/how-tos/decentralized-identifiers/resolve.mdx +++ b/docs/content/iota-identity/how-tos/decentralized-identifiers/resolve.mdx @@ -33,7 +33,7 @@ The following examples demonstrate how to resolve an IOTA DID Document from its Once you have configured a `Resolver` with a `Client`, it will resolve IOTA DID Documents according to the read procedure defined in the [IOTA DID Method Specification](../../../references/iota-identity/iota-did-method-spec.mdx#read). -It fetches the the `Identity` from the network specified in the DID (see [DID Format](../../../references/iota-identity/iota-did-method-spec.mdx#did-format)), +It fetches the `Identity` from the network specified in the DID (see [DID Format](../../../references/iota-identity/iota-did-method-spec.mdx#did-format)), then extracts and validates the DID Document from it.