streamlit / docs

Source code for the Streamlit Python library documentation
https://docs.streamlit.io
Apache License 2.0
117 stars 471 forks source link

Some typo fixed #1105

Closed SajjadAemmi closed 1 month ago

SajjadAemmi commented 4 months ago

📚 Context

There were some typo issues in the text of the document

🧠 Description of Changes

Linx -> Linux An ' ' int ' ' or float -> An int or float

Revised:

image image

Current:

Insert screenshot of existing UI/code here

💥 Impact

Size:

🌐 References

Contribution License Agreement

By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

sfc-gh-dmatthews commented 1 month ago

@SajjadAemmi Sorry I didn't get around to this. Changes to streamlit.json are a little more involved since changes need to be made on streamlit/streamlit. I'll put in a PR to fix the Linx -> Linux typo you found in this repo and add the other changes to the next release of Streamlit. Thanks for catching!