diff --git a/lib/capybara.rb b/lib/capybara.rb index 838a851d..6c5da6ab 100644 --- a/lib/capybara.rb +++ b/lib/capybara.rb @@ -162,7 +162,7 @@ module Capybara # manually. # # @param [Rack Application] app The rack application to run - # @port [Fixnum] port The port to run the application on + # @param [Fixnum] port The port to run the application on # def run_default_server(app, port) begin