mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-02-05 04:54:37 +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'