Skip to content

Commit 5c6549c

Browse files
committed
Fix outdated heading to match React 19 content
1 parent b98563c commit 5c6549c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/partnavigation/partnavigation.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module.exports = {
3131
},
3232
5: {
3333
a: 'Kirjautuminen frontendissä',
34-
b: 'props.children ja proptypet',
34+
b: 'props.children ja komponentin ref',
3535
c: 'React-sovellusten testaaminen',
3636
d: 'End to end -testaus: Playwright',
3737
e: 'End to end -testaus: Cypress',
@@ -188,7 +188,7 @@ module.exports = {
188188
},
189189
5: {
190190
a: '完成前端的登录功能',
191-
b: 'props.children 与 proptypes',
191+
b: 'props.children 与 component refs',
192192
c: '测试React 应用',
193193
d: '端到端测试:Playwright',
194194
e: '端到端测试:Cypress',
@@ -276,7 +276,7 @@ module.exports = {
276276
},
277277
5: {
278278
a: 'Iniciar sesión en la interfaz',
279-
b: 'props.children y proptypes',
279+
b: 'props.children y la ref del componente',
280280
c: 'Probando aplicaciones React',
281281
d: 'Pruebas de extremo a extremo: Playwright',
282282
e: 'Pruebas de extremo a extremo: Cypress',

0 commit comments

Comments
 (0)