Skip to content

Commit

Permalink
Update getting-started.md (#85)
Browse files Browse the repository at this point in the history
Fix a typo in docs. Fixes #72

Signed-off-by: Adam Trzciński <[email protected]>
  • Loading branch information
adamTrz authored Oct 28, 2024
1 parent 636ceda commit 3225263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Please refer to [getStorageClient](https://github.com/openmobilehub/react-native
Retrieve the root folder ID of the storage service. Useful for listing files in the root folder.

```typescript
const rootFolderId = await storageClient.rootFolderId;
const rootFolderId = storageClient.rootFolderId;
```

### List files
Expand Down

0 comments on commit 3225263

Please sign in to comment.