docs: fix driverId -> deviceId typo (#36246)

This commit is contained in:
David Sanders 2022-11-07 06:37:51 -08:00 committed by GitHub
parent 71b8804fd0
commit 0ba0df4523
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1203,7 +1203,7 @@ For `infoType` equal to `basic`:
}
```
Using `basic` should be preferred if only basic information like `vendorId` or `driverId` is needed.
Using `basic` should be preferred if only basic information like `vendorId` or `deviceId` is needed.
### `app.setBadgeCount([count])` _Linux_ _macOS_