Skip to content

Commit

Permalink
fix(devx): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Aug 12, 2024
1 parent 7e9b57a commit 4e33aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Alias Outputs
description: UTXO Alias Ouput
description: UTXO Alias Output
image: /img/identity/icon.png
tags:
- public keys
Expand All @@ -26,7 +26,7 @@ and which can be transferred through transactions to update DID Documents.
:::


The IOTA DID method uses the IOTA ledger, which is baed on the unspent transaction output (_UTXO_) model,
The IOTA DID method uses the IOTA ledger, which is based on the unspent transaction output (_UTXO_) model,
as well as the features of the Stardust upgrade,
which are fundamental to the IOTA DID method.

Expand Down
6 changes: 3 additions & 3 deletions docs/content/references/iota-identity/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ with their corresponding disclosure digests.</p>
<dd><p>A parsed <a href="https://www.w3.org/TR/2023/WD-vc-status-list-20230427/#statuslist2021credential">StatusList2021Credential</a>.</p>
</dd>
<dt><a href="#StatusList2021CredentialBuilder">StatusList2021CredentialBuilder</a></dt>
<dd><p>Builder type to construct valid <a href="#StatusList2021Credential">StatusList2021Credential</a> istances.</p>
<dd><p>Builder type to construct valid <a href="#StatusList2021Credential">StatusList2021Credential</a> instances.</p>
</dd>
<dt><a href="#StatusList2021Entry">StatusList2021Entry</a></dt>
<dd><p><a href="https://www.w3.org/TR/2023/WD-vc-status-list-20230427/#statuslist2021entry">StatusList2021Entry</a> implementation.</p>
Expand Down Expand Up @@ -3147,7 +3147,7 @@ Options to declare validation criteria for [Jpt](#Jpt).
<a name="new_JptCredentialValidationOptions_new"></a>

### new JptCredentialValidationOptions([opts])
Creates a new default istance.
Creates a new default instance.


| Param | Type |
Expand Down Expand Up @@ -4664,7 +4664,7 @@ Only supports `RevocationBitmap2022`.
<a name="JwtCredentialValidator.checkStatusWithStatusList2021"></a>

### JwtCredentialValidator.checkStatusWithStatusList2021(credential, status_list, status_check)
Checks wheter the credential status has been revoked using `StatusList2021`.
Checks whether the credential status has been revoked using `StatusList2021`.

**Kind**: static method of [<code>JwtCredentialValidator</code>](#JwtCredentialValidator)

Expand Down

0 comments on commit 4e33aca

Please sign in to comment.