diff --git a/contracts/protocol-viewers/ProtocolViewer.sol b/contracts/protocol-viewers/ProtocolViewer.sol index d03a5ffa4..1cef91a05 100644 --- a/contracts/protocol-viewers/ProtocolViewer.sol +++ b/contracts/protocol-viewers/ProtocolViewer.sol @@ -28,7 +28,7 @@ import { StreamingFeeModuleViewer } from "./StreamingFeeModuleViewer.sol"; * @title ProtocolViewer * @author Set Protocol * - * ProtocolViewer enables atch queries of various protocol state. + * ProtocolViewer enables batch queries of various protocol state. */ contract ProtocolViewer is ERC20Viewer, @@ -36,4 +36,4 @@ contract ProtocolViewer is StreamingFeeModuleViewer { constructor() public {} -} \ No newline at end of file +}