Skip to content

Commit c31811d

Browse files
committed
GitHub
1 parent ea3d9fd commit c31811d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Errbit Github Plugin
1+
# Errbit GitHub Plugin
22

33
[![RSpec](https://github.com/errbit/errbit_github_plugin/actions/workflows/rspec.yml/badge.svg)](https://github.com/errbit/errbit_github_plugin/actions/workflows/rspec.yml)
44
[![RSpec on JRuby](https://github.com/errbit/errbit_github_plugin/actions/workflows/jruby.yml/badge.svg)](https://github.com/errbit/errbit_github_plugin/actions/workflows/jruby.yml)
55
[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/standardrb/standard)
66

7-
This plugin provides GitHub issue tracker integration for Errbit and it is the
7+
This plugin provides GitHub issue tracker integration for Errbit, and it is the
88
only plugin included by default in Errbit.

lib/errbit_github_plugin/issue_tracker.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ module ErrbitGithubPlugin
66
class IssueTracker < ErrbitPlugin::IssueTracker
77
LABEL = "github"
88

9-
NOTE = "Please configure your github repository in the <strong>GITHUB " \
9+
NOTE = "Please configure your GitHub repository in the <strong>GITHUB " \
1010
"REPO</strong> field above.<br> Instead of providing your " \
11-
"username & password, you can link your Github account to your " \
11+
"username & password, you can link your GitHub account to your " \
1212
"user profile, and allow Errbit to create issues using your " \
1313
"OAuth token."
1414

0 commit comments

Comments
 (0)