Skip to content

Commit 918606d

Browse files
Fix typos in API reference (#1177)
* Fix typos * Match other ref cards --------- Co-authored-by: Debbie Matthews <[email protected]>
1 parent a8a018c commit 918606d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/develop/api-reference/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,7 @@ edited = st.data_editor(df, num_rows="dynamic")
10471047

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

1050-
<h4>File Uploader</h4>
1050+
<h4>File uploader</h4>
10511051

10521052
Display a file uploader widget.
10531053

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

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

1439-
<h4>Modal dialogs</h4>
1439+
<h4>Modal dialog</h4>
14401440

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

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

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

1948-
<h4>Modal dialogs</h4>
1948+
<h4>Modal dialog</h4>
19491949

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

content/develop/api-reference/control-flow/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ By default, Streamlit apps execute the script entirely, but we allow some functi
1515

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

18-
<h4>Modal dialogs</h4>
18+
<h4>Modal dialog</h4>
1919

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

content/develop/api-reference/layout/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ c.write("This will show second")
4545

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

48-
<h4>Modal dialogs</h4>
48+
<h4>Modal dialog</h4>
4949

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

0 commit comments

Comments
 (0)