Skip to content

Commit

Permalink
Fixed issue #1792: Used of modifier instead of component.
Browse files Browse the repository at this point in the history
This issue was caused by a mixed up of modifier for component, where
modifier was used in the prose title, but in the body it was component.
This happened in the explanation of component partial application.
  • Loading branch information
bitxplora committed Jul 12, 2024
1 parent f44b33b commit b5eb440
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`component` is used for [partial application][wiki] of arguments to modifiers.
`component` is used for [partial application][wiki] of arguments to conponents.

This can be useful for pre-wiring arguments to complex components, or components with private implementation details that a consumer may not need to care about.

Expand Down

0 comments on commit b5eb440

Please sign in to comment.