From ed45146dbc0e4db2da1cde982d6e4dec01ee8eb0 Mon Sep 17 00:00:00 2001 From: CaseyBatten Date: Tue, 13 Aug 2024 16:29:29 -0400 Subject: [PATCH] Update api/src/opentrons/protocol_api/instrument_context.py Co-authored-by: Ed Cormany --- api/src/opentrons/protocol_api/instrument_context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: