Skip to content

Commit 55d91d2

Browse files
authored
docs: update part5b heading to match React 19 content
Removed "proptypes" from the Part 5b heading as the library is no longer covered in the React 19 version of the course.
1 parent 9d702f0 commit 55d91d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/partnavigation/partnavigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module.exports = {
9999
},
100100
5: {
101101
a: 'Login in frontend',
102-
b: 'props.children and proptypes',
102+
b: 'props.children and component refs',
103103
c: 'Testing React apps',
104104
d: 'End to end testing: Playwright',
105105
e: 'End to end testing: Cypress',

0 commit comments

Comments
 (0)