Fix typo in documentation

This commit is contained in:
Frederic Guillot
2015-12-06 23:00:58 -05:00
parent 5c84996ee7
commit 7f3bf38e8d
84 changed files with 333 additions and 614 deletions

View File

@@ -28,9 +28,9 @@ Configuration
![Bitbucket configuration](http://kanboard.net/screenshots/documentation/bitbucket-webhooks.png)
1. On Kanboard, go to the project settings and choose the section **Integrations**
2. Copy the Bitbucket webhook url
2. Copy the Bitbucket webhook URL
3. On Bitbucket, go to the project settings and go to the section **Webhooks**
4. Choose a title for your webhook and paste the Kanboard url
4. Choose a title for your webhook and paste the Kanboard URL
Examples
--------
@@ -38,7 +38,7 @@ Examples
### Close a Kanboard task when a commit pushed to Bitbucket
- Choose the event: **Bitbucket commit received**
- Choose the action: **Close the task**
- Choose action: **Close the task**
When one or more commits are sent to Bitbucket, Kanboard will receive the information, each commit message with a task number included will be closed.
@@ -50,6 +50,6 @@ Example:
### Add comment when a commit received
- Choose the event: **Bitbucket commit received**
- Choose the action: **Create a comment from an external provider**
- Choose action: **Create a comment from an external provider**
The comment will contains the commit message and the url to the commit.
The comment will contain the commit message and the URL to the commit.