Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/10/2024 02:44:38 PM (2 years ago)
Author:
imath
Message:

Improve contributor & developer documentation fixing some typos

Props shailu25

Fixes #9120

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/contributor/code/README.md

    r13721 r13769  
    235235
    236236# First make sure your origin master branch is up to date with BuddyPress remote one.
    237 git fetch usptream/master
     237git fetch upstream/master
    238238
    239239# If you need to include some changes which happened upstream, merge them!
     
    416416
    417417# Git using Pull Requests
    418 git fetch usptream/master
     418git fetch upstream/master
    419419git merge origin/master
    420420git push origin master
Note: See TracChangeset for help on using the changeset viewer.