Skip to content

Commit aff28a0

Browse files
authored
Fix typo
2 parents a296088 + 64820fb commit aff28a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/course.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ function App() {
463463
// 4. You could then `cw` to change just `setName`, or even `cf)` (change until character `)`).
464464
// 5. Let's change that `onClick` to `console.log('clicked')`.
465465

466-
// TODO: Try `fc` and then `cf)` motions at the start of the `<button>` line.
466+
// TODO: Try `fs` and then `cf)` motions at the start of the `<button>` line.
467467

468468
function App() {
469469
const [name, setName] = useState();

0 commit comments

Comments
 (0)