We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc98aab commit 0015ee5Copy full SHA for 0015ee5
src/content/docs/tutorials/counter-app/basic-app.md
@@ -47,7 +47,7 @@ welcome to use explicit imports if that is your preferred style.
47
:::caution
48
49
Some editors remove unused imports automatically, so if you run into errors about missing types,
50
-etc. make sure these are in place. and double-check that shared imports like `Stylize` come from
+etc. make sure these are in place, and double-check that shared imports like `Stylize` come from
51
ratatui and not crossterm to avoid conflicts.
52
53
:::
0 commit comments