From 15a3697b9c1ef7cd239582b905f635706f48e88c Mon Sep 17 00:00:00 2001 From: Gregory Roussac Date: Fri, 22 Sep 2023 17:09:53 +0200 Subject: [PATCH] Update docs/modalities.md Co-authored-by: Adam Stone <97986246+ACStoneCL@users.noreply.github.com> --- docs/modalities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modalities.md b/docs/modalities.md index 5918f2ce..b0471fca 100644 --- a/docs/modalities.md +++ b/docs/modalities.md @@ -132,7 +132,7 @@ The ACL package mode modality governs the ability for whitelisting a package ins | ACLPackageMode | bool | | -------------- | ---- | -This modality is an optional installation parameter and will default to the `false` if not provided. This +This modality is an optional installation parameter and will default to `false` if not provided. This mode can be changed on contract upgrade or can be updated via the set variables endpoint. > Before using this modality, please understand the security implications of having automatic whitelisting of versioned contracts.