Skip to content

Commit 6b73c84

Browse files
committed
Use ‘:’ consistently in handling[…]javascript.md
The first code snippet is introduced by a sentence ending by ‘:’. The commit makes the second snippet use the same formatting.
1 parent 120f4dd commit 6b73c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripting-docs/jswinrt/handling-windows-runtime-events-in-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ locator.addEventListener(
3030
});
3131
```
3232

33-
You can also set the `locator.onpositionchanged` property.
33+
You can also set the `locator.onpositionchanged` property:
3434

3535
```JavaScript
3636
locator.onpositionchanged =

0 commit comments

Comments
 (0)