CommunityToolkit / Maui

The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier

Home Page:https://learn.microsoft.com/dotnet/communitytoolkit/maui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] Typo in `Camera` documentation for `Stop Preview`

GeorgeLeithead opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Did you read the "Reporting a bug" section on Contributing file?

Current Behavior

Current copy:
The CameraView provides the ability to programmatically start the preview from the camera. This is possible through both the StopCameraPreview method or the StopCameraPreviewCommand.

Expected Behavior

Expected copy:
The CameraView provides the ability to programmatically stop the preview from the camera. This is possible through both the StopCameraPreview method or the StopCameraPreviewCommand.

Steps To Reproduce

  1. Go to the documentation.

Link to public reproduction project repository

https://github.com/CommunityToolkit/Maui

Environment

- .NET MAUI CommunityToolkit: 9.0.2
- OS: N/A
- .NET MAUI: N/A

Anything else?

CameraView on Learn

I think it's on me rather than the others. We also have a separate reo for the docs where we can open issues if it is specific to the docs

Doh! yes there is a separate repository, my bad. Please close this and I'll rase in the CORRECT repo!