From a9f24fc59f09cf77125833be10769e7c04f813a2 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 28 Sep 2015 12:24:37 -0700 Subject: Use backticks/ for JS snippets in docs headings; closes #17192 [skip sauce] --- docs/components/scrollspy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/scrollspy.md') diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index dd0b45d99..45cc9db6c 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -101,7 +101,7 @@ Target elements that are not [`:visible` according to jQuery](https://api.jquery ### Methods -#### .scrollspy('refresh') +#### `.scrollspy('refresh')` When using scrollspy in conjunction with adding or removing of elements from the DOM, you'll need to call the refresh method like so: -- cgit v1.2.3