mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-26 04:17:11 -07:00
Typos.
This commit is contained in:
parent
0d810c30ff
commit
9eebd2a4ab
2 changed files with 2 additions and 2 deletions
|
@ -793,7 +793,7 @@ Now, all you need to do is to upload your package:
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>autoGitTag</dt>
|
<dt>autoGitTag</dt>
|
||||||
<dd>When the <code>uploadBintray</code> task is invoked, a git tag named as the version of the
|
<dd>When the <code>uploadBintray</code> task is invoked, a git tag named as the version of the
|
||||||
project is automatically created and pushed to the <code>origin</code></dd>.
|
project is automatically created and pushed to the <code>origin</code>.</dd>
|
||||||
<dt>publish</dt>
|
<dt>publish</dt>
|
||||||
<dd>Files uploaded to Bintray in your personal space are automatically published.</dd>
|
<dd>Files uploaded to Bintray in your personal space are automatically published.</dd>
|
||||||
<dt>sign</dt>
|
<dt>sign</dt>
|
||||||
|
|
|
@ -62,7 +62,7 @@ val p = project(wrapper) {
|
||||||
}</pre>
|
}</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The <code>project{}</code> directive creates an object of type <code><a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/Project.kt">Project</code></a>.
|
The <code>project{}</code> directive creates an object of type <code><a href="https://github.com/cbeust/kobalt/blob/master/src/main/kotlin/com/beust/kobalt/api/Project.kt">Project</a></code></a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h3 class="section" id="arguments" indent="1">Arguments</h3>
|
<h3 class="section" id="arguments" indent="1">Arguments</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue