Skip to content

Commit

Permalink
Fix typo in the Usage page
Browse files Browse the repository at this point in the history
Closes #158
  • Loading branch information
slachiewicz committed Oct 9, 2023
1 parent 5c46c8b commit ab1c1f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Usage

* Upgrading AspectJ

The frequency of releases of this plugin is lower than of AspectJ.
The frequency of releases of this plugin is lower than of AspectJ.
If you want to use a different version of AspectJ than ${aspectjVersion}, you also need to upgrade the
aspectjtools within the plugin.

Expand All @@ -61,7 +61,7 @@ Usage
<properties>
<aspectj.version>1.7.n</aspectj.version> <!-- specify your version -->
</properties>

<dependencies>
...
<dependency>
Expand All @@ -84,7 +84,7 @@ Usage
<artifactId>aspectjtools</artifactId>
<version>${aspectj.version}</version>
</dependency>
<dependencies>
</dependencies>
</plugin>
...
</plugins>
Expand Down

0 comments on commit ab1c1f4

Please sign in to comment.