Fix typos

This commit is contained in:
Dimitris Apostolou
2022-02-07 14:57:14 +02:00
parent df599c0fc3
commit 7e4690e43c
11 changed files with 35 additions and 35 deletions

View File

@@ -136,7 +136,7 @@ module Invidious::Routes::PreferencesRoute
notifications_only ||= "off"
notifications_only = notifications_only == "on"
# Convert to JSON and back again to take advantage of converters used for compatability
# Convert to JSON and back again to take advantage of converters used for compatibility
preferences = Preferences.from_json({
annotations: annotations,
annotations_subscribed: annotations_subscribed,