Skip to content

Commit a1f774e

Browse files
committed
Merge pull request #4 from jleedev/patch-1
Typo fix in CloudApp.java
2 parents fd0bd64 + cd9bb13 commit a1f774e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/cloudapp/api/CloudApp.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public CloudAppAccount setPassword(String newPassword, String currentPassword)
5959
throws CloudAppException;
6060

6161
/**
62-
* Dispatch an email containing a link to reset the accounts password.
62+
* Dispatch an email containing a link to reset the account's password.
6363
*
6464
* @see http://developer.getcloudapp.com/forgot-password
6565
* @param email
@@ -95,7 +95,7 @@ public CloudAppAccount createAccount(String email, String password, boolean acce
9595

9696
/**
9797
* Add or change the domain used for all links. Optionally, a URL may be provided to
98-
* redirect visitors to the custom domains root. <b>Pro users only</b>
98+
* redirect visitors to the custom domain's root. <b>Pro users only</b>
9999
*
100100
* @see http://developer.getcloudapp.com/set-custom-domain
101101
* @param domain

0 commit comments

Comments
 (0)