Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some typos in docs #542

Merged
merged 1 commit into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/main/java/org/simplify4u/plugins/AbstractPGPMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public abstract class AbstractPGPMojo extends AbstractMojo {
private File pgpKeysCachePath;

/**
* When key not exist on keys servers such information will be store in cache.
* When key does not exist on key servers such information will be stored in cache.
* <p>
* Next checking for key existence will be done after specific hours remain.
*
Expand All @@ -78,7 +78,7 @@ public abstract class AbstractPGPMojo extends AbstractMojo {
* PGP public key servers address.
*
* <p>
* From version <b>1.7.0</b> you can provide many kay servers separated by comma, semicolon or whitespace.
* From version <b>1.7.0</b> you can provide many key servers separated by comma, semicolon or whitespace.
*
* <p>
* From version <b>1.15.0</b> hkp/http protocols are deprecated - please use hkps/https for key servers.
Expand Down Expand Up @@ -108,7 +108,7 @@ public abstract class AbstractPGPMojo extends AbstractMojo {
private boolean skip;

/**
* If many key server is provided, use all of them.
* If many key servers are provided, use all of them.
* <p>
* If set to false only first key server will be used, another as fallback.
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/simplify4u/plugins/CheckMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public static class VerificationResult {
* </p>
*
* <p>
* Since version <b>1.12.0</b> - <a href="keysmap-multiple.html">Multiple KeysMpa configuration</a>
* Since version <b>1.12.0</b> - <a href="keysmap-multiple.html">Multiple KeysMap configuration</a>
* </p>
*
* <p>
Expand Down