Skip to content

Fix typo in README documentation#200

Merged
ipmsteven merged 1 commit intomasterfrom
fixSmallDocumentationTypo
Aug 30, 2017
Merged

Fix typo in README documentation#200
ipmsteven merged 1 commit intomasterfrom
fixSmallDocumentationTypo

Conversation

@joelbandi
Copy link
Copy Markdown
Contributor

@joelbandi joelbandi commented Aug 30, 2017

The conventions section in the README file has a LoginPage implementation with a method named login! but it's used everywhere as LoginPage.login_as!.

Renamed all instances of login_as! to login!

@joelbandi joelbandi self-assigned this Aug 30, 2017
@joelbandi joelbandi requested a review from ipmsteven August 30, 2017 18:56
Comment thread README.md Outdated
path :new_user_session

def login!(username, password)
def login_as!(username, password)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for the PR!
could you change all the usages or definitions for login! method in this doc?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

👍 will do

@joelbandi joelbandi force-pushed the fixSmallDocumentationTypo branch from 18cbeba to d37829e Compare August 30, 2017 19:54
@ipmsteven ipmsteven merged commit 2aad784 into master Aug 30, 2017
@ipmsteven ipmsteven deleted the fixSmallDocumentationTypo branch August 30, 2017 19:58
@pkmiec pkmiec self-requested a review August 30, 2017 20:10
@pkmiec
Copy link
Copy Markdown
Contributor

pkmiec commented Aug 30, 2017

Thanks for being proactive!

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.

3 participants