Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Violating these terms may lead to a permanent ban.
#### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community
standards, including sustained inappropriate behavior, harassment of an
standards, including sustained inappropriate behavior, harassment of an
individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within
Expand Down
2 changes: 1 addition & 1 deletion packages/@magic-sdk/provider/src/util/promise-tools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type DefaultEvents<TResult> = {
};

/**
* A `Promise` executor with can be optionally asynchronous.
* A `Promise` executor which can be optionally asynchronous.
*/
type AsyncPromiseExecutor<TResult> = (
resolve: (value: TResult | PromiseLike<TResult>) => void,
Expand Down