diff --git a/docs/community/contribute_docs.md b/docs/community/contribute_docs.md index 654204391f..d8887d0224 100644 --- a/docs/community/contribute_docs.md +++ b/docs/community/contribute_docs.md @@ -1,4 +1,4 @@ -# Contributing documnetation +# Contributing documentation ```{eval-rst} .. tags:: Contribute, Basic @@ -331,7 +331,7 @@ directive like so: If you've created a new tutorial or integration example project, you'll need to add its `index` page to the table of contents in `docs/index.md` to make sure the project -shows up in the documentation. Additonally, you'll need to update the appropriate +shows up in the documentation. Additionally, you'll need to update the appropriate `list-table` directive in `docs/tutorials/index.md`, or `docs/integrations/index.md` so that it shows up in the respective section of the documentation. diff --git a/docs/index.md b/docs/index.md index a80517ce20..4c65791cb8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -78,7 +78,7 @@ contribute its architecture and design. You can also access the - Get your first workflow running, learn about the Flyte development lifecycle and core use cases. * - {doc}`📖 User Guide ` - - A comprehensive view of Flyte's functionality for data and ML practitioners and a deep dive into all of Flyte's concepts, from tasks and workflows to the underyling Flyte scheduler. + - A comprehensive view of Flyte's functionality for data and ML practitioners and a deep dive into all of Flyte's concepts, from tasks and workflows to the underlying Flyte scheduler. * - {doc}`📚 Tutorials ` - End-to-end examples of Flyte for data/feature engineering, machine learning, bioinformatics, and more.