From a9b98dc5b0015e652c54a9bb03eb0cb65a9ff4a3 Mon Sep 17 00:00:00 2001 From: Ivan Krechetov Date: Thu, 9 Jul 2015 08:54:24 +0200 Subject: [PATCH] Fix a typo: interally -> internally --- doc/articles/versions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/versions.md b/doc/articles/versions.md index d1629a494..226fd84e6 100644 --- a/doc/articles/versions.md +++ b/doc/articles/versions.md @@ -90,7 +90,7 @@ Example: `^1.2.3` ## Stability If you are using a constraint that does not explicitly define a stability, -Composer will default interally to `-dev` or `-stable`, depending on the +Composer will default internally to `-dev` or `-stable`, depending on the operator(s) used. This happens transparently. If you wish to explicitly consider only the stable release in the comparison,