Browse Source

Fix minor errors in POD for binary startup packages

[skip ci]
Daniel Gempesaw 10 năm trước cách đây
mục cha
commit
409b2c3e7a

+ 1 - 1
lib/Selenium/Firefox.pm

@@ -7,7 +7,7 @@ extends 'Selenium::Remote::Driver';
 
 
 =head1 SYNOPSIS
 =head1 SYNOPSIS
 
 
-my $driver = Selenium::Firefox->new;
+    my $driver = Selenium::Firefox->new;
 
 
 =head1 DESCRIPTION
 =head1 DESCRIPTION
 
 

+ 1 - 1
lib/Selenium/PhantomJS.pm

@@ -38,7 +38,7 @@ test. You will be able to tell if we leave around empty command
 windows that you didn't start yourself. The easiest way to fix this is
 windows that you didn't start yourself. The easiest way to fix this is
 to download PhantomJS manually from their
 to download PhantomJS manually from their
 L<website|http://phantomjs.org/download.html> and put it in your
 L<website|http://phantomjs.org/download.html> and put it in your
-c<%PATH%>. If this is a blocking issue for you, let us know in
+C<%PATH%>. If this is a blocking issue for you, let us know in
 L<Github|https://github.com/gempesaw/Selenium-Remote-Driver>; thanks!
 L<Github|https://github.com/gempesaw/Selenium-Remote-Driver>; thanks!
 
 
 =cut
 =cut