From 3465d984fb934b1616b8d4ecf394b997cd1f0fab Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@rebertia.com>
Date: Wed, 14 May 2014 18:23:58 -0700
Subject: [PATCH] add 'container' option motivation to tooltip docs

---
 docs/_includes/js/tooltips.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index 72096b3689..e967878f86 100644
--- a/docs/_includes/js/tooltips.html
+++ b/docs/_includes/js/tooltips.html
@@ -95,7 +95,7 @@ $('#example').tooltip(options)
          <td>string | false</td>
          <td>false</td>
          <td>
-          <p>Appends the tooltip to a specific element. Example: <code>container: 'body'</code></p>
+          <p>Appends the tooltip to a specific element. Example: <code>container: 'body'</code>. This option is particularly useful in that it allows you to position the tooltip in the flow of the document near the triggering element - which will prevent the tooltip from floating away from the triggering element during a window resize.</p>
          </td>
        </tr>
        <tr>
-- 
GitLab