We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a296088 + 64820fb commit aff28a0Copy full SHA for aff28a0
public/course.tsx
@@ -463,7 +463,7 @@ function App() {
463
// 4. You could then `cw` to change just `setName`, or even `cf)` (change until character `)`).
464
// 5. Let's change that `onClick` to `console.log('clicked')`.
465
466
-// TODO: Try `fc` and then `cf)` motions at the start of the `<button>` line.
+// TODO: Try `fs` and then `cf)` motions at the start of the `<button>` line.
467
468
function App() {
469
const [name, setName] = useState();
0 commit comments