Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(api): Fix typo in mix command example (#10339)
Fixed typo in Mix command example Fixed a typo in the Mix command example code. Changed line 360 from pipette.mix(4, 100, plate.['A2']) to pipette.mix(4, 100, plate['A2']). Removed the period.
- Loading branch information