Browse Source

chore: Fix typo errywhere -> everywhere (#13934)

Mohammad Aziz 5 years ago
parent
commit
1ef229a604
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/web/urls.py

+ 1 - 1
src/sentry/web/urls.py

@@ -76,7 +76,7 @@ def init_all_applications():
 
 init_all_applications()
 
-# Only create one instance of the ReactPageView since it's duplicated errywhere
+# Only create one instance of the ReactPageView since it's duplicated everywhere
 generic_react_page_view = GenericReactPageView.as_view()
 react_page_view = ReactPageView.as_view()