Browse Source

Fix documentation typo

Vangelis Katsikaros 9 years ago
parent
commit
6c08916736
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Selenium/Firefox.pm

+ 1 - 1
lib/Selenium/Firefox.pm

@@ -107,7 +107,7 @@ has 'marionette_binary_port' => (
     default => sub { 2828 }
     default => sub { 2828 }
 );
 );
 
 
-=attr marionette_binary_port
+=attr marionette_enabled
 
 
 Optional: specify whether Marionette should be enabled or not. The
 Optional: specify whether Marionette should be enabled or not. The
 firefox binary must have been built with this funtionality.
 firefox binary must have been built with this funtionality.