We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fd37a commit ff76cf7Copy full SHA for ff76cf7
1 file changed
src/utils/ArraySet.js
@@ -114,7 +114,7 @@ Phaser.ArraySet.prototype = {
114
* Sets the property `key` to the given value on all members of this list.
115
*
116
* @method Phaser.ArraySet#setAll
117
- * @param {any} key - The propety of the item to set.
+ * @param {any} key - The property of the item to set.
118
* @param {any} value - The value to set the property to.
119
*/
120
setAll: function (key, value) {
0 commit comments