Explorar o código

Correct line length

Correct GromNaN  comment
Nicolas Bastien %!s(int64=11) %!d(string=hai) anos
pai
achega
6a435f97c8
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      doc/articles/aliases.md

+ 3 - 2
doc/articles/aliases.md

@@ -59,8 +59,9 @@ is a dependency of your local project.
 
 For this reason, you can alias packages in your `require` and `require-dev`
 fields. Let's say you found a bug in the `monolog/monolog` package. You cloned
-[Monolog](https://github.com/Seldaek/monolog) on GitHub and fixed the issue in a branch named `bugfix`. Now you want
-to install that version of monolog in your local project.
+[Monolog](https://github.com/Seldaek/monolog) on GitHub and fixed the issue in 
+a branch named `bugfix`. Now you want to install that version of monolog in your 
+local project.
 
 You are using `symfony/monolog-bundle` which requires `monolog/monolog` version
 `1.*`. So you need your `dev-bugfix` to match that constraint.