From b819be5a52c602a64ddca2cde543bc8597ebaafc Mon Sep 17 00:00:00 2001 From: GHeyx <54897048+GHeyx@users.noreply.github.com> Date: Thu, 12 Jan 2023 10:24:00 -0500 Subject: [PATCH] Fixed Typo Changed 'Thead' to 'Thread' This is my first pull request and I am beyond ecstatic. --- content/library/components/components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/library/components/components.md b/content/library/components/components.md index 62546066f..1c7988c53 100644 --- a/content/library/components/components.md +++ b/content/library/components/components.md @@ -14,7 +14,7 @@ Components are super easy to use: 1. Start by finding the Component you'd like to use. Two great resources for this are: - The [Component gallery](https://streamlit.io/components) - - [This thead](https://discuss.streamlit.io/t/streamlit-components-community-tracker/4634), + - [This thread](https://discuss.streamlit.io/t/streamlit-components-community-tracker/4634), by Fanilo A. from our forums. 2. Install the Component using your favorite Python package manager. This step and all following