Skip to content

Commit 3a43baa

Browse files
Linux typo (#1147)
1 parent 51d5127 commit 3a43baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/develop/api-reference/configuration/config-toml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ slug: /develop/api-reference/configuration/config.toml
1111

1212
To define your configuration locally or per-project, add `.streamlit/config.toml` to your working directory. Your working directory is wherever you call `streamlit run`. If you haven't previously created the `.streamlit` directory, you will need to add it.
1313

14-
To define your configuration globally, you must first locate your global `.streamlit` directory. Streamlit adds this hidden directory to your OS user profile during installation. For MacOS/Linx, this will be `~/.streamlit/config.toml`. For Windows, this will be `%userprofile%/.streamlit/config.toml`.
14+
To define your configuration globally, you must first locate your global `.streamlit` directory. Streamlit adds this hidden directory to your OS user profile during installation. For MacOS/Linux, this will be `~/.streamlit/config.toml`. For Windows, this will be `%userprofile%/.streamlit/config.toml`.
1515

1616
### File format
1717

content/develop/api-reference/connections/secrets-toml.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ slug: /develop/api-reference/connections/secrets.toml
1111

1212
To define your secrets locally or per-project, add `.streamlit/secrets.toml` to your working directory. Your working directory is wherever you call `streamlit run`. If you haven't previously created the `.streamlit` directory, you will need to add it.
1313

14-
To define your configuration globally, you must first locate your global `.streamlit` directory. Streamlit adds this hidden directory to your OS user profile during installation. For MacOS/Linx, this will be `~/.streamlit/secrets.toml`. For Windows, this will be `%userprofile%/.streamlit/secrets.toml`.
14+
To define your configuration globally, you must first locate your global `.streamlit` directory. Streamlit adds this hidden directory to your OS user profile during installation. For MacOS/Linux, this will be `~/.streamlit/secrets.toml`. For Windows, this will be `%userprofile%/.streamlit/secrets.toml`.
1515

1616
Optionally, you can change where Streamlit searches for secrets through the configuration option, [`secrets.files`](/develop/api-reference/configuration/config.toml#secrets).
1717

0 commit comments

Comments
 (0)