Skip to content

Commit

Permalink
Fix typos in API reference (#1177)
Browse files Browse the repository at this point in the history
* Fix typos

* Match other ref cards

---------

Co-authored-by: Debbie Matthews <[email protected]>
  • Loading branch information
sfc-gh-jrieke and sfc-gh-dmatthews authored Oct 22, 2024
1 parent a8a018c commit 918606d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions content/develop/api-reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ edited = st.data_editor(df, num_rows="dynamic")

<Image pure alt="screenshot" src="/images/api/file_uploader.jpg" />

<h4>File Uploader</h4>
<h4>File uploader</h4>

Display a file uploader widget.

Expand Down Expand Up @@ -1436,7 +1436,7 @@ c.write("This will show second")

<Image pure alt="screenshot" src="/images/api/dialog.jpg" />

<h4>Modal dialogs</h4>
<h4>Modal dialog</h4>

Insert a modal dialog that can rerun independently from the rest of the script.

Expand Down Expand Up @@ -1945,7 +1945,7 @@ st.switch_page("pages/my_page.py")

<Image pure alt="screenshot" src="/images/api/dialog.jpg" />

<h4>Modal dialogs</h4>
<h4>Modal dialog</h4>

Insert a modal dialog that can rerun independently from the rest of the script.

Expand Down
2 changes: 1 addition & 1 deletion content/develop/api-reference/control-flow/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ By default, Streamlit apps execute the script entirely, but we allow some functi

<Image pure alt="screenshot" src="/images/api/dialog.jpg" />

<h4>Modal dialogs</h4>
<h4>Modal dialog</h4>

Insert a modal dialog that can rerun independently from the rest of the script.

Expand Down
2 changes: 1 addition & 1 deletion content/develop/api-reference/layout/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ c.write("This will show second")

<Image pure alt="screenshot" src="/images/api/dialog.jpg" />

<h4>Modal dialogs</h4>
<h4>Modal dialog</h4>

Insert a modal dialog that can rerun independently from the rest of the script.

Expand Down

0 comments on commit 918606d

Please sign in to comment.