Skip to content

Commit e947385

Browse files
committed
docs: fixed typos (#4775)
1 parent e578011 commit e947385

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src.ts/providers/community.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
export interface CommunityResourcable {
1515
/**
16-
* Returns true of the instance is connected using the community
16+
* Returns true if the instance is connected using the community
1717
* credentials.
1818
*/
1919
isCommunityResource(): boolean;
@@ -23,7 +23,7 @@ export interface CommunityResourcable {
2323
const shown: Set<string> = new Set();
2424

2525
/**
26-
* Displays a warning in tht console when the community resource is
26+
* Displays a warning in the console when the community resource is
2727
* being used too heavily by the app, recommending the developer
2828
* acquire their own credentials instead of using the community
2929
* credentials.

0 commit comments

Comments
 (0)