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. |