diff --git a/lib/src/objects/mobile_scanner_state.dart b/lib/src/objects/mobile_scanner_state.dart index c373bec39..976168eb3 100644 --- a/lib/src/objects/mobile_scanner_state.dart +++ b/lib/src/objects/mobile_scanner_state.dart @@ -38,7 +38,7 @@ class MobileScannerState { /// The facing direction of the camera. final CameraFacing cameraDirection; - /// The error that occurred while setting up or using the canera. + /// The error that occurred while setting up or using the camera. final MobileScannerException? error; /// Whether the mobile scanner has initialized successfully.