mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 03:23:29 +01:00
docs: Typos (#10628)
chore: typos Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
@@ -501,7 +501,7 @@ describe('ChatInput Commands', () => {
|
||||
});
|
||||
|
||||
describe('integration types', () => {
|
||||
test('GIVEN a builder with valid integraton types THEN does not throw an error', () => {
|
||||
test('GIVEN a builder with valid integration types THEN does not throw an error', () => {
|
||||
expect(() =>
|
||||
getNamedBuilder()
|
||||
.setIntegrationTypes([ApplicationIntegrationType.GuildInstall, ApplicationIntegrationType.UserInstall])
|
||||
|
||||
@@ -111,7 +111,7 @@ describe('Context Menu Commands', () => {
|
||||
});
|
||||
|
||||
describe('integration types', () => {
|
||||
test('GIVEN a builder with valid integraton types THEN does not throw an error', () => {
|
||||
test('GIVEN a builder with valid integration types THEN does not throw an error', () => {
|
||||
expect(() =>
|
||||
getBuilder().setIntegrationTypes([
|
||||
ApplicationIntegrationType.GuildInstall,
|
||||
|
||||
@@ -29,7 +29,7 @@ export function isValidationEnabled() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Parses a value with a given validator, accounting for wether validation is enabled.
|
||||
* Parses a value with a given validator, accounting for whether validation is enabled.
|
||||
*
|
||||
* @param validator - The zod validator to use
|
||||
* @param value - The value to parse
|
||||
|
||||
Reference in New Issue
Block a user