Skip to content

Commit

Permalink
Fix typo in usage.html (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Apr 23, 2022
1 parent f95f9d6 commit e470d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/apt/usage.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Usage
<configuration>
<urls>
<url>classpath:/config/dev.properties</url>
<url>file:///${env.HOME}/mydev.properties</url>
<file>file:///${env.HOME}/mydev.properties</file>
</urls>
</configuration>
</execution>
Expand Down

0 comments on commit e470d9d

Please sign in to comment.