diff --git a/docs/components/typography.md b/docs/components/typography.md
index 4ef521a43154f3b134705aacf65551efc2126042..43f87cbdebe2a09530d59eb3ca234e5934c215fd 100644
--- a/docs/components/typography.md
+++ b/docs/components/typography.md
@@ -352,8 +352,3 @@ Align terms and descriptions horizontally by using our grid system's predefined
   <dd class="col-sm-9">Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</dd>
 </dl>
 {% endexample %}
-
-<div class="bs-callout bs-callout-info">
-  <h4>Auto-truncating</h4>
-  <p>Horizontal description lists will truncate terms that are too long to fit in the left column with <code>text-overflow</code>. In narrower viewports, they will change to the default stacked layout.</p>
-</div>