Skip to content

Commit 90f2905

Browse files
committed
typographical PR feedback
1 parent fcbeb35 commit 90f2905

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ this plugin uses JGit for read-only operations such as inspecting HEAD; for
3535
write operations, it assumes a git executable is present and on the PATH and
3636
it uses that.
3737

38-
In certain circumstances you may want to force the use of JGIT or an
38+
In certain circumstances you may want to force the use of JGit or an
3939
executable for both read-only and read-write operations; for example, if you
4040
have no git executable installed (e.g. you use windows) you need to disable
4141
the console interface, or if you rely on a git feature that JGit does not
@@ -48,12 +48,12 @@ respectively:
4848
* `useReadableConsoleGit`
4949

5050
These settings can be included in your project's `git.sbt` or in
51-
`~/.sbt/0.13/git.sbt` -- for example, if no git executable is installed,
51+
`~/.sbt/1.0/git.sbt` -- for example, if no git executable is installed,
5252
either file can have the following contents:
5353

5454
useJGit
5555

56-
Or you can `set` the appropriate setting in the SBT prompt:
56+
Or you can `set` the appropriate setting in the sbt prompt:
5757

5858
> set useReadableConsoleGit
5959
[info] Reapplying settings...

src/sbt-test/git-versioning/multi-module-project-use-describe/README2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ this plugin uses JGit for read-only operations such as inspecting HEAD; for
3535
write operations, it assumes a git executable is present and on the PATH and
3636
it uses that.
3737

38-
In certain circumstances you may want to force the use of JGIT or an
38+
In certain circumstances you may want to force the use of JGit or an
3939
executable for both read-only and read-write operations; for example, if you
4040
have no git executable installed (e.g. you use windows) you need to disable
4141
the console interface, or if you rely on a git feature that JGit does not
@@ -48,12 +48,12 @@ respectively:
4848
* `useReadableConsoleGit`
4949

5050
These settings can be included in your project's `git.sbt` or in
51-
`~/.sbt/0.13/git.sbt` -- for example, if no git executable is installed,
51+
`~/.sbt/1.0/git.sbt` -- for example, if no git executable is installed,
5252
either file can have the following contents:
5353

5454
useJGit
5555

56-
Or you can `set` the appropriate setting in the SBT prompt:
56+
Or you can `set` the appropriate setting in the sbt prompt:
5757

5858
> set useReadableConsoleGit
5959
[info] Reapplying settings...

0 commit comments

Comments
 (0)