Commit 7b2a8727 authored by Stan Hu's avatar Stan Hu

Merge branch 'lucyfox-master-patch-00213' into 'master'

Fix typo Snippers

See merge request gitlab-org/gitlab!23301
parents 6eed143b a95129ff
......@@ -229,7 +229,7 @@ class Snippet < ApplicationRecord
(public? && (title_changed? || content_changed?))
end
# snippers are the biggest sources of spam
# snippets are the biggest sources of spam
override :allow_possible_spam?
def allow_possible_spam?
false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment