Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
snurby7 committed May 19, 2019
1 parent 711c938 commit 15b6680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/util/ApiUtility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { UrlFormatUtility } from './UrlFormatUtility';

export const ApiUtility = {
/**
* @description A wrapper around the fetch operation in case my needs ever hange
* @description A wrapper around the fetch operation in case my needs ever change
*
* @template T The Object that the query is of the type of
* @param {string} route The route that needs to be hit
Expand Down

0 comments on commit 15b6680

Please sign in to comment.