diff --git a/site/public/documentation/builtin_drag.md b/site/public/documentation/builtin_drag.md index 94aea80..e40fb4e 100644 --- a/site/public/documentation/builtin_drag.md +++ b/site/public/documentation/builtin_drag.md @@ -1,7 +1,7 @@ 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 --- diff --git a/site/public/examples/quake.ejs b/site/public/examples/quake.ejs index a57a31e..4915eff 100644 --- a/site/public/examples/quake.ejs +++ b/site/public/examples/quake.ejs @@ -1,6 +1,6 @@

2013 Earthquake Data

-

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.

+

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.

View the demo