From 5ba1dd67c01d33b6459d00363e5fb58c95d83717 Mon Sep 17 00:00:00 2001 From: nevvermind Date: Wed, 3 Jun 2015 12:21:54 +0100 Subject: [PATCH] Change wording --- doc/articles/troubleshooting.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 2861557ab..f347e0c27 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -65,9 +65,8 @@ This is a list of common pitfalls on using Composer, and how to avoid them. ## Need to override a package version -Let say your project depends on package A which in turn depends on a specific -version of package B (say 0.1) and you need a different version of that -package - version 0.11. +Let's say your project depends on package A, which in turn depends on a specific +version of package B (say 0.1). But you need a different version of said package B (say 0.11). You can fix this by aliasing version 0.11 to 0.1: