diff options
Diffstat (limited to 'chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js')
-rw-r--r-- | chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js b/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js index f0e1107..4a6abb3 100644 --- a/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js +++ b/chrome/browser/resources/options/chromeos/bluetooth_pair_device_overlay.js @@ -22,7 +22,7 @@ cr.define('options', function() { /** * List of IDs for conditionally visible elements in the dialog. - * @type {Array.<String>} + * @type {Array.<string>} * @const */ var ELEMENTS = ['bluetooth-pairing-passkey-display', |