diff --git a/docs/docs/guides/ERRORS.mdx b/docs/docs/guides/ERRORS.mdx index 4ac6885..ab63382 100644 --- a/docs/docs/guides/ERRORS.mdx +++ b/docs/docs/guides/ERRORS.mdx @@ -17,7 +17,7 @@ Since the Camera library is quite big, there is a lot that can "go wrong". The V ```ts switch (error.code) { case "device/configuration-error": - // promt user + // prompt user break case "device/microphone-unavailable": // ask for permission