Skip to content

Commit

Permalink
chore: update error.svx (gradio-app#9291)
Browse files Browse the repository at this point in the history
* chore: update error.svx

occured -> occurred

* add changeset

---------

Co-authored-by: gradio-pr-bot <[email protected]>
  • Loading branch information
eltociear and gradio-pr-bot authored Sep 9, 2024
1 parent b635a31 commit bcb3a2b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/green-ways-bet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"website": minor
---

feat:chore: update error.svx
2 changes: 1 addition & 1 deletion js/_website/src/lib/templates/gradio/05_modals/error.svx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<!--- Usage -->
```python
raise gradio.Error("An error occured 💥!", duration=5)
raise gradio.Error("An error occurred 💥!", duration=5)
```

<!--- Description -->
Expand Down

0 comments on commit bcb3a2b

Please sign in to comment.