Skip to content

Commit

Permalink
docs: fix link (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgamezdev committed Jun 18, 2022
1 parent 5c742f6 commit 5d4b848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/useFileSystemAccess/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export type UseFileSystemAccessOptions = ConfigurableWindow & UseFileSystemAcces

/**
* Create and read and write local files.
* @see https://vueuse.org/useElementByPoint
* @see https://vueuse.org/useFileSystemAccess
* @param options
*/
export function useFileSystemAccess(options: UseFileSystemAccessOptions & { dataType: 'Text' }): UseFileSystemAccessReturn<string>
Expand Down

0 comments on commit 5d4b848

Please sign in to comment.