File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ which element to monitor (spy) scrolling on.
237
237
238
238
The directive an be applied to any containing element or component that has ` <nav-item> ` ,
239
239
` <b-dropdown-item> ` , ` <b-list-group-item> ` (or ` <a> ` tags with the apropriate classes),
240
- a long as they haev ` href ` attributes that point to elements with the respective ` id ` s
240
+ a long as they have ` href ` attributes that point to elements with the respective ` id ` s
241
241
in the scrolling element.
242
242
243
243
@@ -270,7 +270,7 @@ If any of the options are invalid types, then an error is written to the console
270
270
** Important! Requires relative positioning**
271
271
No matter the implementation method, scrollspy requires the use of
272
272
` position: relative; ` on the element you’re scrolling on. In most cases this
273
- is the ` <body> ` . When scrollspying on elements other than the <body >, be
273
+ is the ` <body> ` . When scrollspying on elements other than the ` <body> ` , be
274
274
sure to have a CSS ` height ` set and ` overflow-y: scroll; ` applied.
275
275
276
276
You can’t perform that action at this time.
0 commit comments