We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef9aa2 commit ee0a04eCopy full SHA for ee0a04e
1 file changed
src/loader/filetypes/typedefs/PackFileSection.js
@@ -5,7 +5,7 @@
5
* @property {string} [baseURL] - A URL used to resolve paths in `files`. Example: 'http://labs.phaser.io/assets/'.
6
* @property {string} [defaultType] - The default {@link Phaser.Types.Loader.FileConfig} `type`.
7
* @property {string} [path] - A URL path used to resolve relative paths in `files`. Example: 'images/sprites/'.
8
- * @property {prefix} [prefix] - An optional prefix that is automatically prepended to each file key.
+ * @property {string} [prefix] - An optional prefix that is automatically prepended to each file key.
9
*
10
* @example
11
* var packFileSection = {
0 commit comments