From ced312a90e5e4eeb9dc7143abc18364159ee3216 Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 24 Feb 2015 09:14:50 -0500 Subject: [PATCH] =?UTF-8?q?[Docs=E2=80=94Fixes=20#15882]Use=20an=20ID=20as?= =?UTF-8?q?=20the=20example=20for=20Scrollspy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #15882 — Use an ID as the example for Scrollspy so that it is more clear that this is for use with a single nav. --- docs/_includes/js/scrollspy.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index 84370a7bf2..7d5fa5b496 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -75,9 +75,9 @@ body { } {% endhighlight %} {% highlight html %} - + ... -