Skip to content

Commit c21e9ad

Browse files
committed
chore: fixed typo in DocumentApi
1 parent cc2dfd6 commit c21e9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth-for-mcp/fastmcp-mcp-fga-js/src/documentApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export class DocumentApi {
100100
* In a real implementation, the `publicOnly=false` case would trigger OpenFGA authorization
101101
* checks to verify the user has permission to access specific private documents.
102102
*
103-
* @param includePrivate - When true, turns all documents.
103+
* @param includePrivate - When true, returns all documents.
104104
* When false, returns only public documents.
105105
*
106106
* @returns A promise resolving to an array of documents matching the filter criteria.

0 commit comments

Comments
 (0)