Skip to content

Commit

Permalink
feat(wiki): fix admonition
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed Jul 5, 2024
1 parent 00bb64a commit 3a2a86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build/isc/v1.1/docs/_admonitions/_AgentID.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:::Info ISC Agent ID
The `ISCAgentID` represents the identifier of the agent (user or contract) whose NFTs you want to retrieve. You can get the [`AgentID`](../../../explanations/how-accounts-work.md) from the sender by calling `ISC.sandbox.getSenderAccount()`.
The `ISCAgentID` represents the identifier of the agent (user or contract) whose NFTs you want to retrieve. You can get the [`AgentID`](../explanations/how-accounts-work.md) from the sender by calling `ISC.sandbox.getSenderAccount()`.
:::
2 changes: 1 addition & 1 deletion docs/build/isc/v1.3/docs/_admonitions/_AgentID.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:::info ISC Agent ID
The `ISCAgentID` represents the identifier of the agent (user or contract) whose NFTs you want to retrieve. You can get the [`AgentID`](../../../explanations/how-accounts-work.md) from the sender by calling `ISC.sandbox.getSenderAccount()`.
The `ISCAgentID` represents the identifier of the agent (user or contract) whose NFTs you want to retrieve. You can get the [`AgentID`](../explanations/how-accounts-work.md) from the sender by calling `ISC.sandbox.getSenderAccount()`.
:::

0 comments on commit 3a2a86a

Please sign in to comment.