Skip to content

Commit 9b30607

Browse files
committed
fix typo
1 parent a15601c commit 9b30607

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ DEPENDENCIES
7070
thin
7171

7272
BUNDLED WITH
73-
1.10.2
73+
1.10.3

spec/basic_sinatra_forms_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
before do
2020
post '/team', {
2121
:name => "The Astronauts",
22-
:coach => "George Washington"
22+
:coach => "George Washington",
2323
:pg => "Abraham Lincoln",
2424
:sg => "James Madison",
2525
:sf => "Andre the Giant",

0 commit comments

Comments
 (0)