Skip to content

Commit 87b1b55

Browse files
committed
Fix a typo in the docs
1 parent e6c8f93 commit 87b1b55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,6 +1640,7 @@ <h2>Utilities</h2>
16401640
validate.cleanAttributes(attributes, whitelist);
16411641
// =&gt; {
16421642
// name: "Nicklas",
1643+
// address: {
16431644
// street: "Drottninggatan 98",
16441645
// postal: "111 60"
16451646
// },
@@ -1658,6 +1659,7 @@ <h2>Utilities</h2>
16581659
validate.cleanAttributes(attributes, constraints);
16591660
// =&gt; {
16601661
// name: "Nicklas",
1662+
// address: {
16611663
// street: "Drottninggatan 98",
16621664
// postal: "111 60"
16631665
// },

0 commit comments

Comments
 (0)