We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e59e5b + 44e4217 commit 4e709e6Copy full SHA for 4e709e6
1 file changed
src/content/docs/docs/language-tour/3.repetitions.md
@@ -33,7 +33,7 @@ This matches the text `la` at least 1 time. So it matches `la`, but also `lala`,
33
34
## Abbreviations
35
36
-Wanting to match someting _at least once_ is so common that there's a special syntax for it: The
+Wanting to match something _at least once_ is so common that there's a special syntax for it: The
37
`+`#po.
38
39
```pomsky
0 commit comments