Skip to content

Commit cd2815f

Browse files
author
lask
authored
(#52) Fix typo on docs
1 parent 2063147 commit cd2815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Usage/Storage Access Framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if (grantedUri != null) {
6868

6969
This method list files lazily **over a granted uri:**
7070

71-
> **Info** `DocumentFileColumn.id` is optional. It is required to fetch the file list from native API. So it is enabled regardless if you include this column or not. And this applies only to this API (`listFiles`).
71+
> **Note** `DocumentFileColumn.id` is optional. It is required to fetch the file list from native API. So it is enabled regardless if you include this column or not. And this applies only to this API (`listFiles`).
7272
7373
```dart
7474
/// *Must* be a granted uri from `openDocumentTree`

0 commit comments

Comments
 (0)