Examples of **incorrect** code for this rule: ```jsx <Hello foo="bar >Children </Hello> ``` Examples of **correct** code for this rule: ```jsx <Hello foo="bar > Children </Hello> ```