Skip to content

Commit 357e1dc

Browse files
committed
correct some minor typos
1 parent 39254b7 commit 357e1dc

13 files changed

+22
-21
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ TODO when you start a new application:
1010

1111

1212

13-
TODO when updating Tweeter's bootstreap:
13+
TODO when updating Tweeter's bootstrap:
1414
Quickest way:
1515
$ cd /path/to/your/dancer/project
1616
$ ./bin/update_bootstrap

views/examples/error_handling.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This page demonstrates Dancer's stack-trace error handling in development mode.
1717
<div class="page-header">
1818
<div class="row">
1919
<div class="span12">
20-
<h2>Dancer + Bootstrap Exapmles<//h2>
20+
<h2>Dancer + Bootstrap Examples</h2>
2121
<h1>Dancer's Error Handling</h1>
2222
</div>
2323
</div>

views/examples/example_stub.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To use it:
2424
<div class="page-header">
2525
<div class="row">
2626
<div class="span12">
27-
<h2>Dancer + Bootstrap Exapmles<//h2>
27+
<h2>Dancer + Bootstrap Examples</h2>
2828
<h1>TODO: Set title of this examples</h1>
2929
</div>
3030
</div>

views/examples/markdown.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="page-header">
1414
<div class="row">
1515
<div class="span12">
16-
<h2>Dancer + Bootstrap Exapmles<//h2>
16+
<h2>Dancer + Bootstrap Examples</h2>
1717
<h1>Markdown plugin</h1>
1818
</div>
1919
</div>

views/examples/navbar_login.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="page-header">
2929
<div class="row">
3030
<div class="span12">
31-
<h2>Dancer + Bootstrap Examples<//h2>
31+
<h2>Dancer + Bootstrap Examples</h2>
3232
<h1>Login Form and Navigation Bar Dropdown Menu</h1>
3333
</div>
3434
</div>

views/examples/photo_carousel.tt

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="page-header">
1313
<div class="row">
1414
<div class="span12">
15-
<h2>Dancer + Bootstrap Exapmles<//h2>
15+
<h2>Dancer + Bootstrap Examples</h2>
1616
<h1>Photo Gallery - Carousel</h1>
1717
</div>
1818
</div>
@@ -36,7 +36,7 @@
3636
<a href="[% request.uri_for("/show_file",file => "photo_carousel.tt", example => "photo carousel", url => request.uri_for("/photo_carousel") ) %]">
3737
<code>./views/examples/photo_carousel.tt</code> <i class="icon-eye-open"></i> </a>.
3838
</li>
39-
<li>The photos to display are degined in the <code>@photos</code> variable in the Dancer module.</li>
39+
<li>The photos to display are defined in the <code>@photos</code> variable in the Dancer module.</li>
4040
</ul>
4141

4242
</div>
@@ -74,3 +74,4 @@
7474
<a class="right carousel-control" href="#dancing_carousel" data-slide="next">&rsaquo;</a>
7575
</div>
7676
</div>
77+
</div>

views/examples/photo_grid.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="page-header">
1313
<div class="row">
1414
<div class="span12">
15-
<h2>Dancer + Bootstrap Exapmles<//h2>
15+
<h2>Dancer + Bootstrap Examples</h2>
1616
<h1>Photo Gallery - Grid</h1>
1717
</div>
1818
</div>

views/examples/show_file.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="page-header">
1414
<div class="row">
1515
<div class="span12">
16-
<h2>Dancer + Bootstrap Exapmles<//h2>
16+
<h2>Dancer + Bootstrap Examples</h2>
1717
<h1>Source code for [% filename | html%]</h1>
1818
Part of the <a href="[% back_url | url %]">[% example | html %]</a> example. <br/>
1919
</div>

views/examples/simple_form_entry.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="page-header">
1414
<div class="row">
1515
<div class="span12">
16-
<h2>Dancer + Bootstrap Exapmles<//h2>
16+
<h2>Dancer + Bootstrap Examples</h2>
1717
<h1>Simple HTML Form</h1>
1818
</div>
1919
</div>

views/examples/simple_form_results.tt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<div class="page-header">
1414
<div class="row">
1515
<div class="span12">
16-
<h2>Dancer + Bootstrap Exapmles<//h2>
17-
<h1>Simple HTML Form (after submittion)</h1>
16+
<h2>Dancer + Bootstrap Examples</h2>
17+
<h1>Simple HTML Form (after submission)</h1>
1818
</div>
1919
</div>
2020
</div>

views/examples/tabs.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="page-header">
1414
<div class="row">
1515
<div class="span12">
16-
<h2>Dancer + Bootstrap Exapmles<//h2>
16+
<h2>Dancer + Bootstrap Examples</h2>
1717
<h1>Tabs (with dynamic content)</h1>
1818
</div>
1919
</div>

views/examples/template_plugins.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ the installation of those plugins to run the basic Dancer/Bootstrap website.
2323
<div class="page-header">
2424
<div class="row">
2525
<div class="span12">
26-
<h2>Template::Toolkit<//h2>
26+
<h2>Template::Toolkit</h2>
2727
<h1>Template Plugin Examples</h1>
2828
</div>
2929
</div>

views/index.tt

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="span4">
2929
<h2><i class="icon-twitter-sign icon-large"></i> Twitter Bootstrap</h2>
3030
<p>
31-
Twitter's <a target="_blank" href="http://twitter.github.com/bootstrap/index.html">bootstrap</a> is a simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
31+
Twitter's <a target="_blank" href="http://twitter.github.com/bootstrap/index.html">bootstrap</a> is simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.
3232
</p>
3333
<p>
3434
This <b>Dancer</b> template is pre-configured to use bootstrap, and contains a script to easily upgrade to the latest bootstrap version.
@@ -46,12 +46,12 @@
4646
</div>
4747

4848
<div class="span4">
49-
<h2><i class="icon-cogs icon-large"></i> JQuery-1.7.2</h2>
49+
<h2><i class="icon-cogs icon-large"></i> jQuery-1.7.2</h2>
5050
<p>
5151
<a target="_blank" href="http://jquery.com/">jQuery</a> is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
5252
</p>
5353
<p>
54-
Dancer always used JQuery by default, so there's nothing really new here, except upgrading to 1.7.2 (and not using CDN).
54+
Dancer always used jQuery by default, so there's nothing really new here, except upgrading to 1.7.2 (and not using CDN).
5555
</p>
5656
</div>
5757
</div>
@@ -66,7 +66,7 @@
6666
Dancer always worked with Template::Toolkit, so there's nothing really new here, except:
6767
<ul>
6868
<li>Dancer's default template was <a href="https://metacpan.org/module/Template::Simple" target="_blank">Template::Simple</a>, and in this template it's changed to the more powerful Template::Toolkit.</li>
69-
<li>Dancer's default tags were <span class="label">&lt;%</span> and <span class="label">%&gt;</span>,<br/>and in this template there are changed to <span class="label">[&#37;</span> and <span class="label">&#37;]</span>,
69+
<li>Dancer's default tags were <span class="label">&lt;%</span> and <span class="label">%&gt;</span>,<br/>and in this template there are changed to <span class="label">[&#37;</span> and <span class="label">&#37;]</span>.</li>
7070
</ul>
7171

7272
</p>
@@ -83,7 +83,7 @@
8383

8484
<div class="span4">
8585
<h2><i class="icon-gift icon-large"></i> Working Examples</h2>
86-
Don't re-invernt the wheel! Here are ready-to-use examples, just copy,paste,adapt to code &amp; templates to your needs:
86+
Don't re-invent the wheel! Here are ready-to-use examples, just copy, paste &amp; adapt the code &amp; templates to your needs:
8787
<ul>
8888
<li><a href="[% request.uri_for("/simple_form")%]">Simple &lt;FORM&gt; processing</a></li>
8989
<li><a href="[% request.uri_for("/navbar_login")%]">Login Form and NavBar Dropdown Menu</a></li>
@@ -118,7 +118,7 @@
118118
<li><a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template/zipball/master">Download</a> the latest template files</li>
119119
<li>Extract the files</li>
120120
<li>run <code>update_bootstrap</code> and <code>update_fontawesome</code> to download the latest versions</li>
121-
<li>run <code>update_app_name</code> to set your application name (instead of the hardcoded <b>dancer_bootstrap_fontawesome_template</b>.</li>
121+
<li>run <code>update_app_name</code> to set your application name (instead of the hardcoded <b>dancer_bootstrap_fontawesome_template</b>).</li>
122122
<li>run <code>./bin/app.pl</code> (in the usual Dancer way)</li>
123123
</ol>
124124

@@ -152,7 +152,7 @@ $ ./bin/app.pl
152152
<li>Add Javascript code to be loaded when the document is ready: see <code>&lt;dancer_directory&gt;/views/layout/main.tt</code> (the <code>&lt;javascript&gt;</code> at the bottom).</li>
153153
<li>Update bootstrap: run <code>&lt;dancer_directory&gt;/bin/update_bootstrap</code></li>
154154
<li>Update Font-Awesome: run <code>&lt;dancer_directory&gt;/bin/update_fontawesome</code></li>
155-
<li>Update JQuery: You'll have to do it manually. See the <a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template/blob/master/README" target="_blank">README</a> file.</li>
155+
<li>Update jQuery: You'll have to do it manually. See the <a href="https://github.com/agordon/dancer_bootstrap_fontawesome_template/blob/master/README" target="_blank">README</a> file.</li>
156156
</ul>
157157

158158
</div>

0 commit comments

Comments
 (0)