Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into hc2-2
  • Loading branch information
tlambert03 committed Jul 12, 2024
2 parents 7c15aa2 + d652eb7 commit 807d738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymmcore_widgets/hcs/_hcs_wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def load(self, path: str | None = None) -> None:
self.setValue(WellPlatePlan.from_file(path))

def _on_plate_changed(self, plate_plan: useq.WellPlatePlan) -> None:
"""Syncronize the points plan with the well size/shape."""
"""Synchronize the points plan with the well size/shape."""
pp_widget = self.points_plan_page.widget

# set the well size on the points plan widget to the current plate well size
Expand Down

0 comments on commit 807d738

Please sign in to comment.