@netless/slide 1.4.6-alpha.1 → 1.4.6-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/Slide.d.ts CHANGED
@@ -6,7 +6,7 @@ export type { ErrorType } from "@netless/ppt-player";
6
6
  export declare type UrlInterrupter = (url: string) => Promise<string>;
7
7
  export interface ILoaderDelegate {
8
8
  /**
9
- * Load JSON resources, need to return JSON text.
9
+ * Load JSON resources, need to return JSON text..
10
10
  * @param url Original resource address
11
11
  */
12
12
  loadJson(url: string): Promise<string>;