Browse Source

Fix typo in docs

patch-1
Luke Childs 2 years ago
committed by GitHub
parent
commit
38b7d7b6bb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -78,7 +78,7 @@ const q = node.query({
command: VALUES,
value
}, {
// commit true will make the query re-reuqest the 20 closest
// commit true will make the query re-request the 20 closest
// nodes with a valid round trip token to update the values
commit: true
})

Loading…
Cancel
Save