We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569f2e2 commit 9705d27Copy full SHA for 9705d27
content/docs/context.md
@@ -201,7 +201,7 @@ Requires a [function as a child](/docs/render-props.html#using-props-other-than-
201
202
Context object accepts a `displayName` string property. React DevTools uses this string to determine what to display for the context.
203
204
-For example, the following component will appear as MyContext in the DevTools:
+For example, the following component will appear as MyDisplayName in the DevTools:
205
206
```js{2}
207
const MyContext = React.createContext(/* some value */);
0 commit comments