diff options
author | Yoginth <me@yoginth.com> | 2019-05-20 14:11:44 +0000 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2019-05-20 14:11:44 +0000 |
commit | 2f6a20ce665de6a23fe2c1cc28cc6398afcb1b71 (patch) | |
tree | 8d11b78ab29992a7af02aed9dca5289aeb3d21bb /config/initializers/action_dispatch_http_mime_negotiation.rb | |
parent | 9c1470c260032c8b3d9cd6cf759fd08a610e9a1b (diff) | |
download | gitlab-ce-2f6a20ce665de6a23fe2c1cc28cc6398afcb1b71.tar.gz |
Fix typos in the whole gitlab-ce project
Diffstat (limited to 'config/initializers/action_dispatch_http_mime_negotiation.rb')
-rw-r--r-- | config/initializers/action_dispatch_http_mime_negotiation.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/action_dispatch_http_mime_negotiation.rb b/config/initializers/action_dispatch_http_mime_negotiation.rb index bdf5b0babfb..6c31de2de55 100644 --- a/config/initializers/action_dispatch_http_mime_negotiation.rb +++ b/config/initializers/action_dispatch_http_mime_negotiation.rb @@ -2,7 +2,7 @@ # the extension of the full URL path if no explicit `format` param or `Accept` # header is provided, like when simply browsing to a page in your browser. # -# This is undesireable in GitLab, because many of our paths will end in a ref or +# This is undesirable in GitLab, because many of our paths will end in a ref or # blob name that can end with any extension, while these pages should still be # presented as HTML unless otherwise specified. |