Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dplumlee committed Feb 24, 2023
1 parent 9f3ce75 commit 024fff3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ export class ExceptionListClient {

/**
* Update an existing exception list item using the overwrite method in order to behave
* more like a PUT request rather than a PUT request.
* more like a PUT request rather than a PATCH request.
*
* This was done in order to correctly unset types via update which cannot be accomplished
* using the regular `updateExceptionItem` method. All other results of the methods are identical
Expand Down

0 comments on commit 024fff3

Please sign in to comment.