Skip to content

Commit c68b3d4

Browse files
committed
Merge branch 'develop'
2 parents 80a8258 + f7f956e commit c68b3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-source/book/project-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Then you need to add the following to your `pom.xml` to store the settings of `m
9090

9191
Once this is done, you need to enable annotation processing for your project in the `m2e-apt` project settings:
9292

93-
![Enabling Annotation processing in Eclipse](https://axellience.github.io/vue-gwt/resources/images/eclise-enable-annotation-processing.jpg)
93+
![Enabling Annotation processing in Eclipse](https://axellience.github.io/vue-gwt/resources/images/eclipse-enable-annotation-processing.jpg)
9494

9595
### IntelliJ IDEA
9696
By default IntelliJ doesn't support automatic annotation processing when the app is running.

docs/project-setup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ <h3 id="eclipse">Eclipse</h3>
913913
<span class="hljs-tag">&lt;/<span class="hljs-name">pluginManagement</span>&gt;</span>
914914
</code></pre>
915915
<p>Once this is done, you need to enable annotation processing for your project in the <code>m2e-apt</code> project settings:</p>
916-
<p><img src="https://axellience.github.io/vue-gwt/resources/images/eclise-enable-annotation-processing.jpg" alt="Enabling Annotation processing in Eclipse"></p>
916+
<p><img src="https://axellience.github.io/vue-gwt/resources/images/eclipse-enable-annotation-processing.jpg" alt="Enabling Annotation processing in Eclipse"></p>
917917
<h3 id="intellij-idea">IntelliJ IDEA</h3>
918918
<p>By default IntelliJ doesn&apos;t support automatic annotation processing when the app is running.
919919
But don&apos;t worry, enabling it is easy!</p>

0 commit comments

Comments
 (0)