mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
Fixes typos
This commit is contained in:
parent
447fefd31c
commit
32a16295c3
5 changed files with 12 additions and 12 deletions
|
|
@ -1251,7 +1251,7 @@ export default function( revealElement, options ) {
|
|||
*/
|
||||
function slide( h, v, f, origin ) {
|
||||
|
||||
// Dispatch an event before hte slide
|
||||
// Dispatch an event before the slide
|
||||
const slidechange = dispatchEvent({
|
||||
type: 'beforeslidechange',
|
||||
data: {
|
||||
|
|
@ -1852,7 +1852,7 @@ export default function( revealElement, options ) {
|
|||
}
|
||||
|
||||
// If includeFragments is set, a route will be considered
|
||||
// availalbe if either a slid OR fragment is available in
|
||||
// available if either a slid OR fragment is available in
|
||||
// the given direction
|
||||
if( includeFragments === true ) {
|
||||
let fragmentRoutes = fragments.availableRoutes();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue