Skip to content

Commit

Permalink
Docs: Dial landing page typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jconniff committed Jul 28, 2011
1 parent 7c7d811 commit 3204976
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/dial/docs/index.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</div>
</div>
```
<h3>Instantiating the Dial</h4>
<h3>Instantiating the Dial</h3>
<p>
The only markup required to instantiate a `Dial` is an HTML tag into which the widget will be rendered.
</p>
Expand All @@ -82,10 +82,12 @@ YUI().use('dial', function(Y) {
});
});
```
<p>After creating and configuring the new `Dial`,
<p>
After creating and configuring the new `Dial`,
Call the `render` method on your `Dial` object, passing it
the `selector` of a container object.
This renders it in the container and makes it usable.</p>
This renders it in the container and makes it usable.
</p>
```
var dial = new Y.Dial();
dial.render("#demo");
Expand Down Expand Up @@ -219,7 +221,7 @@ YUI().use("dial", function(Y) {
When off DOM, the dimensional information necessary to place the handle is unavailable.</p>


<h4>CSS</h4>
<h3>CSS</h3>

<p>The core structural CSS for the Dial is shown below. Widths and heights of elements
are computed based on the "diameter" configuration property.</p>
Expand Down

0 comments on commit 3204976

Please sign in to comment.