HTML Issues in Documented Code Snippets
Closed this issue · 1 comments
Deleted user commented
I have encountered some HTML issues within the documented code snippets and wanted to bring them to your attention:
-
Invalid
br
Tag:Line 80 in 2ad8ca7
Suggested fix: it should be written as
<br />
. -
Incorrectly Closed
button
Tag:useWallet/packages/react/README.md
Line 81 in 2ad8ca7
Notice
utton
typo.Suggested fix: similar as in commit d91aa40.
Please ensure that the code samples are accurate and functioning as expected.
0xkynz commented
Thanks for your valuable feedback, I resolved it on tag https://github.com/CasperDash/useWallet/tree/docs-0.0.9.
If you do not have any concerns, I will close this ticket.