mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-04-18 23:10:25 +00:00
* fix typo: require require
* more typo fix: consecutive-word duplications
Following previously finding, I then used `rg` to find other similar
typos, with false positives manually excluded, using the following
command:
rg -t asciidoc -Pp '\b(\w+)\s+\1\b'