From 136e8a480683acdb394523313abaa927d842d86a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 20 Aug 2015 22:13:39 -0700 Subject: [PATCH] tooltips.md: Fix capitalization of "Tether" more --- docs/components/tooltips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 1d44c39382..9b28a1eaa7 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -220,13 +220,13 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap constraints Array 'hover focus' - An array of constraints - passed through to tether. For more information refer to tether's constraint docs. + An array of constraints - passed through to Tether. For more information refer to Tether's constraint docs. offsets string '0 0' - Offset of the popover relative to it's target. For more information refer to tether's offset docs. + Offset of the popover relative to it's target. For more information refer to Tether's offset docs.