From 8fda9a17abd0ccfeb043bff832317cd0ec533233 Mon Sep 17 00:00:00 2001 From: Mike Place Date: Wed, 19 Feb 2020 11:12:50 +0100 Subject: [PATCH] Minor grammar fix --- lib/github_changelog_generator/octo_fetcher.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_changelog_generator/octo_fetcher.rb b/lib/github_changelog_generator/octo_fetcher.rb index e7e8a1feb..57f70914d 100644 --- a/lib/github_changelog_generator/octo_fetcher.rb +++ b/lib/github_changelog_generator/octo_fetcher.rb @@ -16,7 +16,7 @@ class OctoFetcher GH_RATE_LIMIT_EXCEEDED_MSG = "Warning: Can't finish operation: GitHub API rate limit exceeded, changelog may be " \ "missing some issues. You can limit the number of issues fetched using the `--max-issues NUM` argument." NO_TOKEN_PROVIDED = "Warning: No token provided (-t option) and variable $CHANGELOG_GITHUB_TOKEN was not found. " \ - "This script can make only 50 requests to GitHub API per hour without token!" + "This script can make only 50 requests to GitHub API per hour without a token!" # @param options [Hash] Options passed in # @option options [String] :user GitHub username