Skip to content

Commit fa6275b

Browse files
authored
Fix typo (#648)
1 parent fc7f32f commit fa6275b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/context-mixins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ let make = () => {
4646
Binding to a Context defined in a JS file holds no surprises.
4747

4848
```js
49-
/** ComponentThatDefinesTheContext.re */
49+
/** ComponentThatDefinesTheContext.js */
5050
export const ThemeContext = React.createContext("light");
5151
```
5252

0 commit comments

Comments
 (0)