Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Demedes committed Sep 15, 2019
1 parent dd3efe8 commit 5fb565a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/useinput/useinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Robot = () => {

return (
<Box flexDirection="column">
<Box>Use arrow keys to move the face. q to exit</Box>
<Box>Use arrow keys to move the face. Press "q" to exit.</Box>
<Box height={12} paddingLeft={x} paddingTop={y}>^_^</Box>
</Box>
);
Expand Down

0 comments on commit 5fb565a

Please sign in to comment.