Skip to content

Commit

Permalink
docs: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStegii authored Jul 1, 2024
1 parent 98eee2a commit c79790a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/data-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c79790a

Please sign in to comment.