Skip to content

Commit 394bd38

Browse files
committed
s/Github/GitHub/
1 parent c3cce27 commit 394bd38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme/ImplementingRewrites.scalatex

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
Run the following commands to generate a skeleton project
5757

5858
@hl.scala
59-
// by convention, --rewrite= should match the Github repo name.
59+
// by convention, --rewrite= should match the GitHub repo name.
6060
// this makes it possible for users to run `scalafix github:org/reponame/v1.0`
6161
sbt new scalacenter/scalafix.g8 --rewrite "reponame" --version=v1.0
6262
cd reponame/scalafix
@@ -186,5 +186,5 @@
186186
@code{scalafix --rewrites https://gist....} where the url
187187
points to the plaintext contents of your rewrite.
188188

189-
If your rewrite uses a custom library @code{foo}, then it's a bit tricky
189+
If your rewrite uses a custom library, then it's a bit tricky
190190
to share it. See @issue(201) for more updates.

scalafix-tests/unit/src/test/scala/scalafix/tests/GitHubUrlRewriteSuite.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import scalafix.reflect.ScalafixCompilerDecoder.GitHubUrlRewrite
55
import metaconfig.Conf
66
import org.scalatest.FunSuite
77

8-
class GithubUrlRewriteSuite extends FunSuite {
8+
class GitHubUrlRewriteSuite extends FunSuite {
99
def check(original: String, expected: String): Unit = {
1010
test(original) {
1111
Conf.Str(original) match {

0 commit comments

Comments
 (0)