Skip to content

Commit

Permalink
Spell JavaScript correctly [ci-skip]
Browse files Browse the repository at this point in the history
Also downcase the common noun, "dependencies."

This is a follow-up to rails#50547.
  • Loading branch information
sato11 committed Jan 6, 2024
1 parent 3ce8890 commit 4366520
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ruby-version: .ruby-version
bundler-cache: true

- name: Scan for security vulnerabilities in Ruby Dependencies
- name: Scan for security vulnerabilities in Ruby dependencies
run: bin/brakeman
<% end -%>
<%- if options[:javascript] == "importmap" -%>
Expand All @@ -38,7 +38,7 @@ jobs:
ruby-version: .ruby-version
bundler-cache: true

- name: Scan for security vulnerabilities in Javascript Dependencies
- name: Scan for security vulnerabilities in JavaScript dependencies
run: bin/importmap audit
<% end -%>
<%- unless skip_rubocop? -%>
Expand Down

0 comments on commit 4366520

Please sign in to comment.