docs: Fix "its" typo (#9825)

docs: fix "its" typo
This commit is contained in:
Jiralite
2023-09-09 19:20:15 +01:00
committed by GitHub
parent 8d97e2d2c5
commit c50809e206
2 changed files with 2 additions and 2 deletions

View File

@@ -317,7 +317,7 @@ export class REST extends AsyncEventEmitter<RestEventsMap> {
headers.Authorization = `${request.authPrefix ?? this.options.authPrefix} ${this.#token}`;
}
// If a reason was set, set it's appropriate header
// If a reason was set, set its appropriate header
if (request.reason?.length) {
headers['X-Audit-Log-Reason'] = encodeURIComponent(request.reason);
}