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

@@ -3,7 +3,7 @@ What is Kanban?
Kanban is a methodology originally developed by Toyota to be more efficient.
There is only two constraints imposed by Kanban:
There are only two constraints imposed by Kanban:
- Visualize your workflow
- Limit your work in progress
@@ -12,14 +12,14 @@ Visualize your workflow
-----------------------
- Your work is displayed on a board, you have a clear overview of your project
- Each column represent a step in your workflow
- Each column represents a step in your workflow
Bring focus and avoid multitasking
----------------------------------
- Each phase can have a work in progress limit
- Each phase can have a work in progress limits
- Limits are great to identify bottlenecks
- Limits avoid working on too many tasks in the same time
- Limits avoid working on too many tasks at the same time
Measure performance and improvement
-----------------------------------
@@ -29,4 +29,4 @@ Kanban uses lead and cycle times to measure performance:
- **Lead time**: Time between the task is created and completed
- **Cycle time**: Time between the task is started and completed
By example, you may have a lead time of 100 days and only have to work 1 hour to complete the task.
For example, you may have a lead time of 100 days and only have to work 1 hour to complete the task.