Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv committed Jul 21, 2015
1 parent fb6dfdf commit 15a2701
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ All told, Tether provides six built in attachment positions:
- middle
- bottom

The syntax of the attachment properties is: `"vertical-attachment horizontal-attachment"`
The syntax of the attachment properties is: `"vertical-attachment horizontal-attachment"`.

You must always supply an `attachment`. If you don't supply a `target-attachment`, it is
assumed to be the mirror image of `attachment`.
Expand Down Expand Up @@ -284,8 +284,7 @@ Together is the option you will use most commonly:
});
</code></pre><output></output>

You can also provide different settings for the horizontal
and vertical attachments:
You can also provide different settings for the vertical and horizontal attachments:

<pre class="pre-with-output"><code class="lang-javascript" data-example>new Tether({
element: yellowBox,
Expand Down

0 comments on commit 15a2701

Please sign in to comment.