Skip to content

Commit 0521e08

Browse files
Fix typos and rebuild dist files.
1 parent efa458d commit 0521e08

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

dist/js/splide-renderer.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/splide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _d
44

55
/*!
66
* Splide.js
7-
* Version : 4.1.2
7+
* Version : 4.1.3
88
* License : MIT
99
* Copyright: 2022 Naotoshi Fujita
1010
*/

dist/js/splide.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/splide.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/js/components/Controller/Controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function Controller( Splide: Splide, Components: Components, options: Opt
126126
* @see `Splide#go()`
127127
*
128128
* @param control - A control pattern.
129-
* @param allowSameIndex - Optional. Determines whether to allow to go to the current index or not.
129+
* @param allowSameIndex - Optional. Determines whether to allow going to the current index or not.
130130
* @param callback - Optional. A callback function invoked after transition ends.
131131
*/
132132
function go( control: number | string, allowSameIndex?: boolean, callback?: AnyFunction ): void {

src/js/utils/function/raf/raf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* The arias of `window.requestAnimationFrame()`.
2+
* The alias of `window.requestAnimationFrame()`.
33
*/
44
export function raf( func: FrameRequestCallback ): number {
55
return requestAnimationFrame( func );

0 commit comments

Comments
 (0)