Fix site typos

This commit is contained in:
Brandon Tilley 2013-12-22 14:13:06 -08:00
parent 0d6eca2330
commit 5317fa2214
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Drag Plugin Drag Plugin
=========== ===========
The `drag` plugin allows for modifying the planet's projection's rotation with the mouse wheel. It supports dragging vertically with hard stops at the north and south poles, and dragging horizontally without restriction. The `drag` plugin allows for modifying the planet's projection's rotation with the mouse. It supports dragging vertically with hard stops at the north and south poles, and dragging horizontally without restriction.
API API
--- ---

View File

@ -1,6 +1,6 @@
<h1>2013 Earthquake Data</h1> <h1>2013 Earthquake Data</h1>
<p>This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js specific techniques, like D3 scales, DOM manipulation, and loading external data.</p> <p>This is a more advanced example of what can be built with Planetary.js. The demo sets up a globe with some custom plugins (defined at the bottom of the JavaScript), and also demonstrates some non-Planetary.js-specific techniques, like D3 scales, DOM manipulation, and loading external data.</p>
<p><a href="/examples/quake/index.html">View the demo</a></p> <p><a href="/examples/quake/index.html">View the demo</a></p>