From f289f91773f89b520710d4632aabe8c50a4f57b0 Mon Sep 17 00:00:00 2001 From: Philipp Parzer <74797907+philparzer@users.noreply.github.com> Date: Mon, 25 Jul 2022 13:26:18 +0200 Subject: [PATCH] docs: Fix typo in ERRORS (#1160) fix typo "promt" to "prompt" --- docs/docs/guides/ERRORS.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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