Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 0cb3789

Browse files
authored
Merge pull request #1652 from kmbremner/patch-1
Update composer-dependency.md
2 parents a842218 + 3358524 commit 0cb3789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/deployment/composer-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ drupal_composer_install_dir: "/var/www/drupalvm"
3939
drupal_core_path: "{{ drupal_composer_install_dir }}/docroot"
4040
```
4141
42-
If you intened to use the devel module, it must be added as a requirement to your `composer.json` file. Alternatively, if you do not intend to use it remove it from `drupal_enabled_modules` in your `config.yml` file:
42+
If you intend to use the devel module, it must be added as a requirement to your `composer.json` file. Alternatively, if you do not intend to use it remove it from `drupal_enabled_modules` in your `config.yml` file:
4343

4444
```yaml
4545
drupal_enabled_modules: []

0 commit comments

Comments
 (0)