diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index 72096b36893eb65d5b0b2edb596f3c453a919a3f..e967878f86e80225063f13770fb99cb6553c2def 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>