docs: Fix typo in ERRORS (#1160)

fix typo "promt" to "prompt"
This commit is contained in:
Philipp Parzer 2022-07-25 13:26:18 +02:00 committed by GitHub
parent 80df81815a
commit f289f91773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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