Skip to content

Commit 4e709e6

Browse files
authored
Merge pull request #204 from Drazape/main
Fix typo: somet(h)ing
2 parents 9e59e5b + 44e4217 commit 4e709e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/docs/language-tour/3.repetitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This matches the text `la` at least 1 time. So it matches `la`, but also `lala`,
3333

3434
## Abbreviations
3535

36-
Wanting to match someting _at least once_ is so common that there's a special syntax for it: The
36+
Wanting to match something _at least once_ is so common that there's a special syntax for it: The
3737
`+`#po.
3838

3939
```pomsky

0 commit comments

Comments
 (0)