Commit 9bce15f3 authored by Dirk Dresch's avatar Dirk Dresch Committed by Mehdi Achour

docs: fix typo in getUniqueID() method example (#315)

parent 5801f946
......@@ -658,7 +658,7 @@ Gets the device unique ID.
**Examples**
```js
const uniqueId = DeviceInfo.getUniqueId();
const uniqueId = DeviceInfo.getUniqueID();
// iOS: "FCDBD8EF-62FC-4ECB-B2F5-92C9E79AC7F9"
// Android: "dd96dec43fb81c97"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment