spring-security icon indicating copy to clipboard operation
spring-security copied to clipboard

Fix typos and formatting in documentation

Open Seungpang opened this issue 1 year ago • 0 comments

Hi Team,

This pr fixes a typo in the Spring Security documentation and updates the source block roles for consistency.

  • Changed .collect(Collectors.toList())); to .collect(Collectors.toList());.
  • Changed [source,java,role="secondary"] to [source,kotlin,role="secondary"] in the Kotlin example code block.

Thank you.

Seungpang avatar Jul 03 '24 13:07 Seungpang