Fix misc comment typos (#37183)

This commit is contained in:
Matt Jankowski
2025-12-09 11:09:01 -05:00
committed by GitHub
parent 697569e5f9
commit ac71771d98
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ module ApplicationExtension
end
def redirect_uris
# Doorkeeper stores the redirect_uri value as a newline delimeted list in
# Doorkeeper stores the redirect_uri value as a newline delimited list in
# the database:
redirect_uri.split
end