We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d934a commit 8bf2e6dCopy full SHA for 8bf2e6d
lib/Dancer2.pm
@@ -134,7 +134,7 @@ Dancer2 is easy and fun:
134
135
use Dancer2;
136
get '/' => sub { "Hello World" };
137
- dance;
+ dance;
138
139
This is the main module for the Dancer2 distribution. It contains logic for
140
creating a new Dancer2 application.
lib/Dancer2/Core/Role/ConfigReader.pm
@@ -88,7 +88,7 @@ The absolute path to the directory where the server started.
88
A hash ref which contains the default values.
89
90
These arguments are passed when the object is created by
91
-C<Dancer2::Core::App>.
+C<Dancer2::Core::App>.
92
ConfigReader then passes C<environment> and C<location> forward to every
93
config reader class when it instantiates them.
94
How the config reader applies them, depend on its needs.
0 commit comments