Skip to content

Commit ebbe39f

Browse files
aaronmorganmosinve
authored andcommitted
Fix (ScrollSpy docs) spelling/markup errors. (bootstrap-vue#1632)
1 parent 563f6f5 commit ebbe39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/directives/scrollspy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ which element to monitor (spy) scrolling on.
237237

238238
The directive an be applied to any containing element or component that has `<nav-item>`,
239239
`<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
241241
in the scrolling element.
242242

243243

@@ -270,7 +270,7 @@ If any of the options are invalid types, then an error is written to the console
270270
**Important! Requires relative positioning**
271271
No matter the implementation method, scrollspy requires the use of
272272
`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
274274
sure to have a CSS `height` set and `overflow-y: scroll;` applied.
275275

276276

0 commit comments

Comments
 (0)