File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ my $_routes = {};
45
45
46
46
=method probability
47
47
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,
49
49
each them triggered for a certain percentage of users.
50
50
51
51
The sequence is important: the first declaration is the default version of
@@ -119,7 +119,7 @@ register 'probability' => sub {
119
119
120
120
=method probability_user_score
121
121
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
123
123
of the route are chosen. It can be handy if you wish to define your own
124
124
conditional branches.
125
125
@@ -149,7 +149,7 @@ register_plugin;
149
149
1;
150
150
__END__
151
151
152
- =head1 ACKNOWLEDGEMENTS
152
+ =head1 ACKNOWLEDGMENTS
153
153
154
154
This module has been written during the
155
155
L<Perl Dancer 2015|https://www.perl.dance/> conference.
You can’t perform that action at this time.
0 commit comments