Skip to content

Commit 488a4ca

Browse files
committedOct 26, 2015
Merge pull request #4 from xsawyerx/fix/pod3
typos
2 parents 2c02e9f + 4de861a commit 488a4ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎lib/Dancer2/Plugin/ProbabilityRoute.pm

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ my $_routes = {};
4545

4646
=method probability
4747
48-
Use this keyword to declare a route that is devided into multiple versions,
48+
Use this keyword to declare a route that is divided into multiple versions,
4949
each them triggered for a certain percentage of users.
5050
5151
The sequence is important: the first declaration is the default version of
@@ -119,7 +119,7 @@ register 'probability' => sub {
119119

120120
=method probability_user_score
121121
122-
Use this keyword to fetch the current user's score used to pick wich version
122+
Use this keyword to fetch the current user's score used to pick which version
123123
of the route are chosen. It can be handy if you wish to define your own
124124
conditional branches.
125125
@@ -149,7 +149,7 @@ register_plugin;
149149
1;
150150
__END__
151151
152-
=head1 ACKNOWLEDGEMENTS
152+
=head1 ACKNOWLEDGMENTS
153153
154154
This module has been written during the
155155
L<Perl Dancer 2015|https://www.perl.dance/> conference.

0 commit comments

Comments
 (0)
Please sign in to comment.