docs(tooltip): fix typo

This commit is contained in:
Foxandxss
2016-01-04 20:29:47 +01:00
parent dc229ac01f
commit dbdffd4c4e
+1 -1
View File
@@ -42,7 +42,7 @@ All these settings are available for the three types of tooltips.
* `tooltip-placement`
<small class="badge">C</small>
_(Default: `top`, Config: `placement`)_ -
Passing in 'auto' seperated by a space before the placement will enable auto positioning, e.g: "auto bottom-left". The tooltip will attempt to position where it fits in the closest scrollable ancestor. Accepts:
Passing in 'auto' separated by a space before the placement will enable auto positioning, e.g: "auto bottom-left". The tooltip will attempt to position where it fits in the closest scrollable ancestor. Accepts:
* `top` - tooltip on top, horizontally centered on host element.
* `top-left` - tooltip on top, left edge aligned with host element left edge.