Skip to content

Commit 3b52bb9

Browse files
committed
Add period to comment ending
1 parent dea5e75 commit 3b52bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export type StringKeyValueObject = { [key: string]: string }
44

55
export type OutputKind = 'json' | 'markdown' | 'text'
66

7-
// Base options type for fetch functions that use SDK
7+
// Base options type for fetch functions that use SDK.
88
export type BaseFetchOptions = {
99
sdkOpts?: import('./utils/sdk.mts').SetupSdkOptions | undefined
1010
}

0 commit comments

Comments
 (0)