Skip to content

Commit

Permalink
fixed typo (#6963)
Browse files Browse the repository at this point in the history
* fixed typo

stored vs storied

* add changeset

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
Cassini-chris and gradio-pr-bot committed Jan 8, 2024
1 parent 640b7fe commit 8dfabee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tame-loops-clean.md
@@ -0,0 +1,5 @@
---
"gradio": patch
---

feat:fixed typo
2 changes: 1 addition & 1 deletion gradio/flagging.py
Expand Up @@ -37,7 +37,7 @@ def setup(self, components: list[Component], flagging_dir: str):
This method gets called once at the beginning of the Interface.launch() method.
Parameters:
components: Set of components that will provide flagged data.
flagging_dir: A string, typically containing the path to the directory where the flagging file should be storied (provided as an argument to Interface.__init__()).
flagging_dir: A string, typically containing the path to the directory where the flagging file should be stored (provided as an argument to Interface.__init__()).
"""
pass

Expand Down

0 comments on commit 8dfabee

Please sign in to comment.