Skip to content

Commit

Permalink
chore: fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdavis90 committed Oct 28, 2024
1 parent 8379daf commit 4fe4be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ export class Tado {
/**
* Makes an API call to the provided URL with the specified method and data.
*
* @typeparam R - The type of the response
* @typeparam T - The type of the request body
* @typeParam R - The type of the response
* @typeParam T - The type of the request body
* @param url - The endpoint to which the request is sent. If the URL contains "https", it will be used as is.
* @param method - The HTTP method to use for the request (e.g., "get", "post").
* @param data - The payload to send with the request, if applicable.
Expand Down

0 comments on commit 4fe4be5

Please sign in to comment.