Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

Typo cleanup

  • Loading branch information
arfon committed Oct 13, 2019
1 parent a3d921f commit d697ea50b0b6f4318cf23e0d92c82ae4584fdfc8
Showing with 2 additions and 2 deletions.
  1. +1 −1 app/views/home/profile.html.erb
  2. +1 −1 lib/tasks/sync.rake
@@ -10,7 +10,7 @@
</div>

<div class="form-group">
<label for="email">Github Username</label>
<label for="email">GitHub Username</label>
<%= text_field "user", "github_username", placeholder: "@username", class: "form-control" %>
</div>
<div class="form-actions">
@@ -1,5 +1,5 @@
namespace :sync do
desc "Restrict permissions on reviews repository to those that need it"
desc "Fix assignees on issues"
task assignees: :environment do
# We run this task daily on Heroku
reviews_repo = Rails.application.settings["reviews"]

0 comments on commit d697ea5

Please sign in to comment.
You can’t perform that action at this time.