Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
chore: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored Oct 8, 2021
1 parent 10d7794 commit 601e809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rest/src/lib/REST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface RESTOptions {
*/
cdn: string;
/**
* Additional headesr to send for all API requests
* Additional headers to send for all API requests
* @default {}
*/
headers: Record<string, string>;
Expand Down

0 comments on commit 601e809

Please sign in to comment.