diff --git a/content/develop/tutorials/execution-flow/fragments/trigger-a-full-script-rerun-from-a-fragment.md b/content/develop/tutorials/execution-flow/fragments/trigger-a-full-script-rerun-from-a-fragment.md index 9794fd0fd..80e03b169 100644 --- a/content/develop/tutorials/execution-flow/fragments/trigger-a-full-script-rerun-from-a-fragment.md +++ b/content/develop/tutorials/execution-flow/fragments/trigger-a-full-script-rerun-from-a-fragment.md @@ -9,7 +9,7 @@ Streamlit lets you turn functions into [fragments](/develop/concepts/architectur ## Applied concepts -- Use a fragment rerun part or all of your app, depending on user input. +- Use a fragment to rerun part or all of your app, depending on user input. ## Prerequisites