Skip to content

Commit

Permalink
chore(function-api): fix typo (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
farzadso authored and posva committed Jul 9, 2019
1 parent fe5f3d4 commit f1e0b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active-rfcs/0000-function-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ One of the key aspects of the component API is how to encapsulate and reuse logi
- Higher-order components (HOCs)
- Renderless components (via scoped slots)

There are plenty of information regarding these patterns on the internet, so we shall not repeat them in full details here. In general, these patterns all suffer from one or more of the drawbacks below:
There is plenty of information regarding these patterns on the internet, so we shall not repeat them in full details here. In general, these patterns all suffer from one or more of the drawbacks below:

- Unclear sources for properties exposed on the render context. For example, when reading the template of a component using multiple mixins, it can be difficult to tell from which mixin a specific property was injected from.

Expand Down

0 comments on commit f1e0b4b

Please sign in to comment.