Skip to content
Open
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
4 changes: 2 additions & 2 deletions _episodes/08-pull-request.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ You'll use the Base Fork and Head Fork buttons to choose what to send where. (If
Compare the changes you want to add to your pull request and send it off.

(In the screen shots below, "deliciouslyevil" is the Dracula persona who's the repository maintainer
used in Software Carpentry examples, and "biologyguy" is the contributor who's submitting Kristin's
used in Software Carpentry examples, and "biologyguy" is the contributor who's submitting Kristen's
edits to the central collection.)

![Forking repo (Step 1)](../fig/github-fork-03.png)
Expand All @@ -101,7 +101,7 @@ The maintainer will most likely get an email about the new pull request,
 

Accepting the request is as simple as hitting the green button, **BUT BE
CAREFUL!**. Always look at the cimmit history, and check what changes
CAREFUL!**. Always look at the commit history, and check what changes
are included in the pull request. You don't want the merge to break
your code. Check the '`Commits`' and '`Files changed`' tabs to be sure.

Expand Down