Skip to content

Commit 47592cd

Browse files
fix createContext
1 parent a4f70d6 commit 47592cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/createContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function Button() {
8585
}
8686
```
8787

88-
Although this older way still works, **newly written code should read context with [`useContext()`](/reference/react/useContext) instead:**
88+
Bu eski yöntem hala çalışsa da, **yeni yazılan kodlar bunun yerine [`useContext()`](/reference/react/useContext) ile context okumalıdır:**
8989

9090
```js
9191
function Button() {

0 commit comments

Comments
 (0)