Skip to content

Commit afeb4d5

Browse files
author
Philipp Molitor
committed
fix typo
1 parent 72c2be0 commit afeb4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ WebGLInput.captureAllKeyboardInput = false;
106106

107107
2. Set the prop `tabIndex={1}` (may need an ESLint ignore rule) on the `<UnityRenderer>` component to enable focus on click.
108108

109-
3. Now clicking the game enables game keyboard input, and clicking the website enabled keyboard input on the website.
109+
3. Now clicking the game enables game keyboard input, and clicking the website enables keyboard input on the website.
110110

111111
For more details on the issue, see [this Stack Overflow answer](https://stackoverflow.com/a/60854680).
112112

0 commit comments

Comments
 (0)