Skip to content

Commit

Permalink
Fix a couple of typos in the documentation for Thumbnail class
Browse files Browse the repository at this point in the history
  • Loading branch information
d1vanov committed Aug 25, 2016
1 parent 2308289 commit c06e0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QEverCloud/headers/thumbnail.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class QEVERCLOUD_EXPORT Thumbnail {
* @param shardId
* You can get the value from UserStore service or as a result of an authentication.
* @param authenticationToken
* For working privite notes/resources you must supply a valid authentication token.
* For working private notes/resources you must supply a valid authentication token.
* For public resources the value specified is not used.
* @param size
* The size of the thumbnail. Evernote supports values from from 1 to 300. By defualt 300 is used.
Expand All @@ -90,7 +90,7 @@ class QEVERCLOUD_EXPORT Thumbnail {

/**
* @param authenticationToken
* For working privite notes/resources you must supply a valid authentication token.
* For working private notes/resources you must supply a valid authentication token.
* For public resources the value specified is not used.
*/
Thumbnail & setAuthenticationToken(QString authenticationToken);
Expand Down

0 comments on commit c06e0fb

Please sign in to comment.