summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorToon Claes <toon@gitlab.com>2018-05-29 11:44:58 +0200
committerToon Claes <toon@gitlab.com>2018-05-29 11:45:17 +0200
commit1298fbe18d648a206f42d9e2737ee30acffcbf38 (patch)
tree0c2a7cb51654742daa70a8d7e57fb18227dc4b3a /app
parent607225923008d62a3fa9fafb1a33205d28456d5f (diff)
downloadgitlab-ce-1298fbe18d648a206f42d9e2737ee30acffcbf38.tar.gz
Fix small typos
Diffstat (limited to 'app')
-rw-r--r--app/controllers/groups/shared_projects_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups/shared_projects_controller.rb b/app/controllers/groups/shared_projects_controller.rb
index 34ba32ce95b..f2f835767e0 100644
--- a/app/controllers/groups/shared_projects_controller.rb
+++ b/app/controllers/groups/shared_projects_controller.rb
@@ -21,7 +21,7 @@ module Groups
def finder_params
@finder_params ||= begin
- # Make the `search` param consitent for the frontend,
+ # Make the `search` param consistent for the frontend,
# which will be using `filter`.
params[:search] ||= params[:filter] if params[:filter]
params.permit(:sort, :search)