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

Fixing a couple of typos #93

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixing a couple of typos #93

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jul 23, 2017

No description provided.

@@ -153,7 +153,7 @@ user.getCards().then(new PromiseAction<List<Card>>() {
CardRequest cardRequest = new CardRequest("label", "USD");
user.createCard(cardRequest);

// Or a card request with the label, currency, position and whether it is starred or not.
// Or a card request with the label, currency, position and whether it is started or not.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please undo this change.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Starred is not a typo, it refers to an aspect of the functionality of the UI. If a user has placed a star on the card it is starred, meaning that it has been favorited.

@rafaelveloso rafaelveloso changed the title fixing a couple of typos Fixing a couple of typos Aug 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants