mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Correct typos and spelling mistakes (#12812)
Over the years we accrued many spelling mistakes in the code base. This PR attempts to fix spelling mistakes and typos in all areas of the code that are extremely safe to change - comments - test descriptions - other low risk areas
This commit is contained in:
@@ -161,7 +161,7 @@ class UserStat < ActiveRecord::Base
|
||||
X.c <> topics_entered
|
||||
SQL
|
||||
|
||||
# Update denormalzied posts_read_count
|
||||
# Update denormalized posts_read_count
|
||||
DB.exec(<<~SQL, seen_at: last_seen)
|
||||
UPDATE user_stats SET posts_read_count = X.c
|
||||
FROM
|
||||
|
||||
Reference in New Issue
Block a user