Bug 1620935 - Fix device.os propTypes typo. r=gl

Differential Revision: https://phabricator.services.mozilla.com/D69749

--HG--
extra : moz-landing-system : lando
This commit is contained in:
y.alice 2020-04-06 14:56:34 +00:00
parent 360c4632f4
commit 8ab8bc1dd4

View File

@ -47,7 +47,7 @@ const device = {
touch: PropTypes.bool,
// The operating system of the device
os: PropTypes.String,
os: PropTypes.string,
// Whether or not the device is displayed in the device selector
displayed: PropTypes.bool,