diff --git a/docs/appendices/0.37-migration-guide.md b/docs/appendices/0.37-migration-guide.md index 239e549e0..a0b70b2ba 100644 --- a/docs/appendices/0.37-migration-guide.md +++ b/docs/appendices/0.37-migration-guide.md @@ -2,4 +2,4 @@ ## Changes -- The path on disk to both the global `ENV` file and the `ENV` file for a given app has been moved. Users should reference environment variables via the provided plugin triggers rather than directly sourcing the ENV files. Existing ENV files are left untouched and will be removed on the subsequent Dokku install. +- The path on disk to both the global `ENV` file and app `ENV` files have been moved. Users should reference environment variables via the provided plugin triggers rather than directly sourcing the ENV files. Existing ENV files are left untouched and will be removed on the subsequent Dokku install.