Skip to content

Commit ceff682

Browse files
Fix typo in JS example
1 parent 8ae5979 commit ceff682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ <h4>
11051105
await ndef.scan();
11061106
try {
11071107
// Let's wait for 5 seconds only.
1108-
write("Hello World", { timeout: 5_000 });}
1108+
write("Hello World", { timeout: 5_000 });
11091109
} catch(err) {
11101110
console.error("Something went wrong", err);
11111111
} finally {

0 commit comments

Comments
 (0)