Skip to content

Commit 03c2e96

Browse files
authored
Fix recipe titles (#6209)
1 parent c60bcac commit 03c2e96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/reference/react/forwardRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ This `Form` component [passes a ref](/reference/react/useRef#manipulating-the-do
135135

136136
Keep in mind that exposing a ref to the DOM node inside your component makes it harder to change your component's internals later. You will typically expose DOM nodes from reusable low-level components like buttons or text inputs, but you won't do it for application-level components like an avatar or a comment.
137137

138-
<Recipes title="Examples of forwarding a ref">
138+
<Recipes titleText="Examples of forwarding a ref">
139139

140140
#### Focusing a text input {/*focusing-a-text-input*/}
141141

src/content/reference/react/useContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ You can override the context for a part of the tree by wrapping that part in a p
10781078
10791079
You can nest and override providers as many times as you need.
10801080
1081-
<Recipes title="Examples of overriding context">
1081+
<Recipes titleText="Examples of overriding context">
10821082
10831083
#### Overriding a theme {/*overriding-a-theme*/}
10841084

0 commit comments

Comments
 (0)