From c79790a8dacc1fecdaa4db4a9f7b61aba35b6236 Mon Sep 17 00:00:00 2001 From: Paul Mertens <50475262+LeStegii@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:29:46 +0200 Subject: [PATCH] docs: Fix a typo --- docs/tutorial/data-flow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/data-flow.md b/docs/tutorial/data-flow.md index 2bed2d7..e442a71 100644 --- a/docs/tutorial/data-flow.md +++ b/docs/tutorial/data-flow.md @@ -15,7 +15,7 @@ There are several methods for sending data between controllers and components. T ## From parents to children -As components are usually used to split up functionality of controllers into smaller parts, e.g. for displaying certain parts of the view in a reusable way, the need to receive data. +As components are usually used to split up functionality of controllers into smaller parts, e.g. for displaying certain parts of the view in a reusable way, they need to receive data. This section covers different ways of sending data from a controller to its child components. ### Parameters