Browse Source

Remove rogue. dot

Jordi Boggiano 13 năm trước cách đây
mục cha
commit
b356c30c5c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/01-basic-usage.md

+ 1 - 1
doc/01-basic-usage.md

@@ -108,7 +108,7 @@ same version of the dependencies.
 If no `composer.json` lock file exists, it will read the dependencies and
 If no `composer.json` lock file exists, it will read the dependencies and
 versions from `composer.json` and  create the lock file.
 versions from `composer.json` and  create the lock file.
 
 
-This means that if any of the dependencies get a new version, you won't get the updates.
+This means that if any of the dependencies get a new version, you won't get the updates
 automatically. To update to the new version, use `update` command. This will fetch
 automatically. To update to the new version, use `update` command. This will fetch
 the latest matching versions (according to your `composer.json` file) and also update
 the latest matching versions (according to your `composer.json` file) and also update
 the lock file with the new version.
 the lock file with the new version.