Skip to content

Commit

Permalink
Minor spelling fix (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlevi authored and grasmash committed Apr 18, 2017
1 parent fa828c3 commit 26f46a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme/configuration-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Generally speaking, a configuration change follows this lifecycle:
4. Automated testing ensures that the configuration can be installed from scratch on a new site as well as imported without conflicts on an existing site.
5. After the change is deployed, deployment hooks automatically import the new or updated configuration.

The way that configuration is captured and deployed between environments in Drupal 8 is typically via YAML files. These YAML files, typically stored in a root `config` directory, or distributed with individual modules in `config/install` directories, represent individual configruation objects that can be synchronized with the active configuration in an environment's database via a variety of methods. See [documentation on core configuration management](https://www.drupal.org/docs/8/configuration-management).
The way that configuration is captured and deployed between environments in Drupal 8 is typically via YAML files. These YAML files, typically stored in a root `config` directory, or distributed with individual modules in `config/install` directories, represent individual configuration objects that can be synchronized with the active configuration in an environment's database via a variety of methods. See [documentation on core configuration management](https://www.drupal.org/docs/8/configuration-management).

This document address the challenge of capturing ("exporting") and deploying ("importing") configuration in a consistent way in order to support the workflow described above.

Expand Down

0 comments on commit 26f46a5

Please sign in to comment.