diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39d11c444..505eae75f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/packages/@magic-sdk/provider/src/util/promise-tools.ts b/packages/@magic-sdk/provider/src/util/promise-tools.ts index 5aac05b75..8f3e080c4 100644 --- a/packages/@magic-sdk/provider/src/util/promise-tools.ts +++ b/packages/@magic-sdk/provider/src/util/promise-tools.ts @@ -35,7 +35,7 @@ type DefaultEvents = { }; /** - * A `Promise` executor with can be optionally asynchronous. + * A `Promise` executor which can be optionally asynchronous. */ type AsyncPromiseExecutor = ( resolve: (value: TResult | PromiseLike) => void,