Skip to content

Commit

Permalink
remove dash in 'work-around'
Browse files Browse the repository at this point in the history
  • Loading branch information
lykalabrada committed Aug 11, 2023
1 parent 60cee99 commit 4cf387f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function ReadWriteContract({
}).unwrap();

/**
* Work-around that manually filters out methods that are not part of `read` methods
* Workaround that manually filters out methods that are not part of `read` methods
* TODO: Check in blockscout api why `read` is returning all functions including write
*/
if (
Expand Down

0 comments on commit 4cf387f

Please sign in to comment.