DEV: Correct spelling mistakes in comments

This commit is contained in:
Josh Soref
2021-05-21 13:37:17 +10:00
committed by GitHub
parent afb2b4c6b9
commit 13d40ead97
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# frozen_string_literal: true
# we want MesageBus to be close to the front
# we want MessageBus to be close to the front
# this is important cause the vast majority of web requests go to it
# this allows us to avoid full middleware crawls each time
#