Skip to content

Commit 062c024

Browse files
docs: fix typos (occurred, receive) (#28805)
1 parent fe7e5c2 commit 062c024

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/docs/ai-search/how-to/nlweb.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This lets you serve conversational AI search directly from your own domain, with
9292

9393
You may want to customize your Worker, for example, to adjust the UI for the embeddable snippet. In those cases, we recommend calling the `/ask` endpoint for queries and building your own UI on top of it, however, you may also choose to modify the Worker's code for the embeddable UI.
9494

95-
If the NLWeb standard is updated, you can update your Worker to stay compatible and recieve the latest updates.
95+
If the NLWeb standard is updated, you can update your Worker to stay compatible and receive the latest updates.
9696

9797
The simplest way to apply changes or updates is to redeploy the Worker template:
9898

src/content/partials/realtime/realtimekit/web/language-pack-json.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"screenshare.shared": "Your screen is being shared.",
9393
"screenshare.start": "Share Screen",
9494
"screenshare.stop": "Stop Sharing",
95-
"screenshare.error.unknown": "An error occured while starting screenshare.",
95+
"screenshare.error.unknown": "An error occurred while starting screenshare.",
9696
"screenshare.error.max_count": "Maximum screen share limit reached.",
9797
"plugins": "Plugins",
9898
"perm_denied": "Permission denied by browser.",
@@ -289,7 +289,7 @@
289289
"livestream.waiting_on_manual_ingestion": "Please ingest livestream media.",
290290
"livestream.error.not_supported": "Player not supported.",
291291
"livestream.error.not_found": "Playback URL not found.",
292-
"livestream.error.unknown": "An unknown error occured.",
292+
"livestream.error.unknown": "An unknown error occurred.",
293293
"livestream.error.sync": "Could not sync livestream please try again later.",
294294
"livestream.error.start": "Error while starting livestream.",
295295
"livestream.error.stop": "Error while stopping livestream.",

0 commit comments

Comments
 (0)