Skip to content

Commit

Permalink
Typo fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchaovv committed Oct 23, 2014
1 parent 78d37e4 commit 9c41752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/internals/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Getting started with Yii2 development
=====================================

1. Clone your fork of yii2 `git clone [email protected]:<yourname>/yii2`.
1. Clone your fork of yii2 `git clone [email protected]:<yourname>/yii2.git`.
2. Change into the repo folder `cd yii2`.
3. run `./build/build app/link basic` to install composer dependecies for the basic app.
This command will install foreign composer packages as normal but will link the yii2 repo to
Expand Down
2 changes: 1 addition & 1 deletion docs/internals/git-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Change to the directory where you cloned Yii, normally, "yii2". Then enter the f
git remote add upstream git://github.com/yiisoft/yii2.git
```

### 3. Make sure there is an issue created for the thing you are working on if it requires signifcant effort to fix
### 3. Make sure there is an issue created for the thing you are working on if it requires significant effort to fix

All new features and bug fixes should have an associated issue to provide a single point of reference for discussion
and documentation. Take a few minutes to look through the existing issue list for one that matches the contribution you
Expand Down

0 comments on commit 9c41752

Please sign in to comment.