Skip to content

Commit 1bc1be9

Browse files
author
Olivier Giulieri
committed
Text edits.
1 parent cba2564 commit 1bc1be9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demo/SinglePageApp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1 id="title">Single Page Application</h1>
3737

3838
<div id="evol" class="">
3939
<div><h2>Single Page Application</h2>
40-
<p>It looks the same as the demo but this time it is a single page app.</p>
40+
<p>It looks the same as the demo but this time it is a single page app with routing.</p>
4141
<p>Wikipedia definition:
4242
A single-page application (SPA), also known as single-page interface (SPI), is a web application or web site that fits on a single web page with the goal of providing a more fluid user experience akin to a desktop application.
4343
</p>

demo/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ <h1 id="title">Demos</h1>
6060
</p>
6161
<div style="display:none;" id="uimodel"></div>
6262

63+
<p>These examples can also all run as a <a href="SinglePageApp.html">Single Page App</a> with routing.</p>
64+
6365
<p>The data for these demos is stored in your browser local storage
6466
(using <a href="https://github.com/jeromegn/Backbone.localStorage" target"bbls">Backbone.localStorage</a>).</p>
6567

0 commit comments

Comments
 (0)