Skip to content

Commit

Permalink
fixed typo in JSDOC (#2984)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-stoian-lgp authored Dec 15, 2021
1 parent 1a41167 commit 5904f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/platform/platform.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const parseUserAgent = (userAgent) => {
* @property {Boolean} node - `true` only if `window` is `undefined`
* @property {String} [platformName] - The name of the platform, if detected
* @property {Boolean} touch - `true` if the platform has native single-finger events
* @property {Boolean} touchsreen - `true` if the platform has a touch screen
* @property {Boolean} touchscreen - `true` if the platform has a touch screen
* @property {Boolean} unknown - `true` for any unknown system
*
* @memberof core/platform
Expand Down

0 comments on commit 5904f1d

Please sign in to comment.