From b9d5b38d7a7efd7d96c1d9965243d166f522d1cb Mon Sep 17 00:00:00 2001 From: Hugo Masclet Date: Mon, 6 Nov 2023 17:08:40 +0100 Subject: [PATCH] docs: fix md so it is compatible with mdx3 --- docs/classes/ERC725.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/classes/ERC725.md b/docs/classes/ERC725.md index 4d65dfa3..108a8641 100644 --- a/docs/classes/ERC725.md +++ b/docs/classes/ERC725.md @@ -694,9 +694,9 @@ The key name or erc725y json schema associated to the key hash to decode, for in #### Returns -| Name | Type | Description | -| :---------------- | :--------------------------------------------------- | :----------------------------------------------- | -| `dynamicKeyParts` | {type: string, value: string OR number OR boolean}[] | The dynamic key parts decoded from the key hash. | +| Name | Type | Description | +| :---------------- | :----------------------------------------------------- | :----------------------------------------------- | +| `dynamicKeyParts` | \{type: string, value: string OR number OR boolean\}[] | The dynamic key parts decoded from the key hash. | #### Example