aboutsummaryrefslogtreecommitdiff
path: root/website/templates/setup
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-08-20 23:56:36 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-08-20 23:57:33 +0200
commit613ecb091054fe0a2aad304226717be20ec2cf83 (patch)
treeb17ca7d69e8d8acf5d5471ce5b92aeb1db3dae8d /website/templates/setup
parent7dfbe4323c15cbd88983380b27a250d2a381d148 (diff)
downloadlombok-613ecb091054fe0a2aad304226717be20ec2cf83.tar.gz
lombok-613ecb091054fe0a2aad304226717be20ec2cf83.tar.bz2
lombok-613ecb091054fe0a2aad304226717be20ec2cf83.zip
[docs] typo-fixes
Diffstat (limited to 'website/templates/setup')
-rw-r--r--website/templates/setup/kobalt.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/setup/kobalt.html b/website/templates/setup/kobalt.html
index 26adf23d..beb60d8c 100644
--- a/website/templates/setup/kobalt.html
+++ b/website/templates/setup/kobalt.html
@@ -3,7 +3,7 @@
<@s.scaffold title="Kobalt">
<@s.introduction>
<p>
- To set up lombok with any build tool, you have to specify that the lombok dependency is required to compile your source code, but does not need to be present when running/testing/jarring/otherwise deploying your code. Generally this is called a 'provided' dependency. This page explains how to integrate lombok with the <a href="http://beust.com/kobalt/home/index.html">Kobalt</a> buid tool.
+ To set up lombok with any build tool, you have to specify that the lombok dependency is required to compile your source code, but does not need to be present when running/testing/jarring/otherwise deploying your code. Generally this is called a 'provided' dependency. This page explains how to integrate lombok with the <a href="http://beust.com/kobalt/home/index.html">Kobalt</a> build tool.
</p><p>
Lombok is available in maven central, so telling Kobalt to download lombok is easy.
</p>