diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 12:55:15 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 12:55:15 +0000 |
commit | a5373a4ce9e966f70cd5edf0334c27781d7a2f04 (patch) | |
tree | 9bf59ec3fd7b9de0194dc8e997e57e18f787629c /docs/customising | |
parent | 2530538ca6e36b659a63cc3b67099972fe0116af (diff) | |
parent | f0edab7ee84e4358c279a5a8ec37dbb0ae8f1b3d (diff) |
Merge branch 'pwa'
Diffstat (limited to 'docs/customising')
-rw-r--r-- | docs/customising/config.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/customising/config.md b/docs/customising/config.md index ff994a25b..c5ac015b7 100644 --- a/docs/customising/config.md +++ b/docs/customising/config.md @@ -348,13 +348,12 @@ STAGING_FLAGS: send_reports: 0 skip_checks: 1 hide_staging_banner: 1 - enable_appcache: 0 </pre> </div> <p> Any reports created will now be sent to the email of the reporter - and <em>not</em> the body's; any location checks are skipped, and - we won't ever use appcache. Great for testing! + and <em>not</em> the body's; and any location checks are skipped. + Great for testing! </p> </dd> |