mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 06:57:43 +08: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:
@ -260,7 +260,7 @@ RSpec.describe ApplicationController do
|
||||
if (log.include? 'exception app middleware')
|
||||
# heisentest diagnostics
|
||||
puts
|
||||
puts "EXTRA DIAGNOSTICS FOR INTERMITENT TEST FAIL"
|
||||
puts "EXTRA DIAGNOSTICS FOR INTERMITTENT TEST FAIL"
|
||||
puts log
|
||||
puts ">> action_dispatch.exception"
|
||||
ex = request.env['action_dispatch.exception']
|
||||
|
Reference in New Issue
Block a user