lib/danger/comment_generators/gitlab_inline.md.erb in danger-9.0.0 vs lib/danger/comment_generators/gitlab_inline.md.erb in danger-9.1.0
- old
+ new
@@ -15,7 +15,7 @@
<%- @markdowns.each do |current| -%>
<%= current %>
<%# the previous line has to be aligned far to the left, otherwise markdown can break easily %>
<%- end -%>
-<%# Add the generated_by_ as a html coment to identify comments from danger. %>
+<%# Add the generated_by_ as a html comment to identify comments from danger. %>
<!-- "generated_by_<%= @danger_id %>" -->