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

View File

@@ -17,7 +17,7 @@ Since the Camera library is quite big, there is a lot that can "go wrong". The V
```ts ```ts
switch (error.code) { switch (error.code) {
case "device/configuration-error": case "device/configuration-error":
// promt user // prompt user
break break
case "device/microphone-unavailable": case "device/microphone-unavailable":
// ask for permission // ask for permission