From a8bb93aa1f632610e1e6b9fbb0865e0a8993fce9 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 2 Jun 2016 11:59:21 +0100 Subject: [PATCH] Fix typo --- doc/articles/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 42749dd7a..b908081ab 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -377,6 +377,6 @@ See also https://github.com/composer/composer/issues/4180 for more information. ## Zip archives are not unpacked correctly. Composer can unpack zipballs using either a system-provided `unzip` utility or PHP's -native `ZipArchiver` class. The `ZipArchiver` class is preferred on Windows. On other +native `ZipArchive` class. The `ZipArchive` class is preferred on Windows. On other OSes where ZIP files can contain permissions and symlinks, the `unzip` utility is preferred. You're advised to install it if you need these features.