aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2011-08-15 22:53:32 +0200
committerRoel Spilker <r.spilker@gmail.com>2011-08-15 22:53:32 +0200
commitb64016cd901985911df3a8f1e3bbf8d55b922a26 (patch)
tree4002065f6e179278cf4e4bba9318a1d2388aace0 /website
parentaf9ac60c6ff42c53b21f09b029383fdcd545dedf (diff)
downloadlombok-b64016cd901985911df3a8f1e3bbf8d55b922a26.tar.gz
lombok-b64016cd901985911df3a8f1e3bbf8d55b922a26.tar.bz2
lombok-b64016cd901985911df3a8f1e3bbf8d55b922a26.zip
Fixed typo
Diffstat (limited to 'website')
-rw-r--r--website/setup/netbeans.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/setup/netbeans.html b/website/setup/netbeans.html
index a828fc9f..20935827 100644
--- a/website/setup/netbeans.html
+++ b/website/setup/netbeans.html
@@ -41,8 +41,8 @@
</div>
<div class="downloadHelp">
<ol>
- <li>Add <code>lombok.jar</code> to the Project Libraries.</li>
- <li>In the Project Properties, in the section Build &ndash; Compiling, check the &#39;Enable Annotation Processing in Editor&#39; checkbox.</li>
+ <li>Add <code>lombok.jar</code> to the project Libraries.</li>
+ <li>In the project Properties, in the section Build &ndash; Compiling, check the &#39;Enable Annotation Processing in Editor&#39; checkbox.</li>
</ol>
<img src="netbeans-enable-annotation-processing-in-editor.png" />
</div>