Skip to content

Commit 0a0a609

Browse files
authored
Merge pull request #609 from w3c/beaufortfrancois-patch-2
Fix typo in JS example
2 parents fe2753c + ceff682 commit 0a0a609

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)