diff options
Diffstat (limited to 'samples/05_mouse/03_mouse_move_paint_app/app/main.rb')
| -rw-r--r-- | samples/05_mouse/03_mouse_move_paint_app/app/main.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/05_mouse/03_mouse_move_paint_app/app/main.rb b/samples/05_mouse/03_mouse_move_paint_app/app/main.rb index b177fd6..be983a8 100644 --- a/samples/05_mouse/03_mouse_move_paint_app/app/main.rb +++ b/samples/05_mouse/03_mouse_move_paint_app/app/main.rb @@ -40,7 +40,7 @@ =end # This sample app shows an empty grid that the user can paint on. -# To paint, the user must keep their mouse presssed and drag it around the grid. +# To paint, the user must keep their mouse pressed and drag it around the grid. # The "clear" button allows users to clear the grid so they can start over. class PaintApp |
