We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e578011 commit e947385Copy full SHA for e947385
src.ts/providers/community.ts
@@ -13,7 +13,7 @@
13
*/
14
export interface CommunityResourcable {
15
/**
16
- * Returns true of the instance is connected using the community
+ * Returns true if the instance is connected using the community
17
* credentials.
18
19
isCommunityResource(): boolean;
@@ -23,7 +23,7 @@ export interface CommunityResourcable {
23
const shown: Set<string> = new Set();
24
25
26
- * Displays a warning in tht console when the community resource is
+ * Displays a warning in the console when the community resource is
27
* being used too heavily by the app, recommending the developer
28
* acquire their own credentials instead of using the community
29
0 commit comments