mirror of https://github.com/sbt/sbt.git
Fix typo error
This commit is contained in:
parent
1171782f42
commit
e2cacf2b6a
|
|
@ -96,7 +96,7 @@ by the following grammar. ``'nl'`` is a newline or end of file and
|
||||||
classifiers: "classifiers" ":" text ("," text)*
|
classifiers: "classifiers" ":" text ("," text)*
|
||||||
homeDirectory: "ivy-home" ":" `path`
|
homeDirectory: "ivy-home" ":" `path`
|
||||||
checksums: "checksums" ":" `checksum` ("," `checksum`)*
|
checksums: "checksums" ":" `checksum` ("," `checksum`)*
|
||||||
overrideRepos: "override-uild-repos" ":" `boolean`
|
overrideRepos: "override-build-repos" ":" `boolean`
|
||||||
repoConfig: "repository-config" ":" `path`
|
repoConfig: "repository-config" ":" `path`
|
||||||
org: "org" ":" text
|
org: "org" ":" text
|
||||||
name: "name" ":" text
|
name: "name" ":" text
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue