diff --git a/docs/guide/structure-assets.md b/docs/guide/structure-assets.md index 5e5979c2e4..25b3f93bfb 100644 --- a/docs/guide/structure-assets.md +++ b/docs/guide/structure-assets.md @@ -250,8 +250,8 @@ Visit [asset-packagist.org](https://asset-packagist.org) to know, how it works. ##### Using fxp/composer-asset-plugin -Comparing to to using asset-packagist, composer-asset-plugin does not require to change application config. Instead, it -requires to install a special Composer plugin globally by running the following command: +Compared to asset-packagist, composer-asset-plugin does not require any changes to application config. Instead, it +requires global installation of a special Composer plugin by running the following command: ```bash composer global require "fxp/composer-asset-plugin:^1.4.1"