We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a296088 commit 64820fbCopy full SHA for 64820fb
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