doc: fix typos in various files (#6196)

This commit is contained in:
Didier Durand
2025-12-26 17:21:33 +01:00
committed by GitHub
parent 2946a6d9a7
commit cf38884778
6 changed files with 7 additions and 7 deletions

View File

@@ -539,7 +539,7 @@ function App() {
sdk.event.on(SessionApi.Event.Error.type, (evt) => {
const error = evt.properties.error
const message = (() => {
if (!error) return "An error occured"
if (!error) return "An error occurred"
if (typeof error === "object") {
const data = error.data