diff --git a/api/src/opentrons/protocol_api/instrument_context.py b/api/src/opentrons/protocol_api/instrument_context.py index 4cf83593a1e..a9f075d133c 100644 --- a/api/src/opentrons/protocol_api/instrument_context.py +++ b/api/src/opentrons/protocol_api/instrument_context.py @@ -2091,7 +2091,7 @@ def configure_nozzle_layout( # noqa: C901 if style == NozzleLayout.ROW: if self.channels != 96: raise ValueError( - "Row configuraiton is only supported on 96-Channel Pipettes." + "Row configuration is only supported on 96-Channel pipettes." ) if style == NozzleLayout.PARTIAL_COLUMN: if self.channels == 1 or self.channels == 96: