From 5e68b99b507eab283cc646571182f8e3132c568b Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 25 Jul 2023 01:01:55 +1000 Subject: [PATCH] Remove duplicate word --- api/data/Page.cfc | 2 +- docs/03.reference/02.tags/file/_attributes/storeacl.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/data/Page.cfc b/api/data/Page.cfc index ecf0ab94a..9f81e05e2 100644 --- a/api/data/Page.cfc +++ b/api/data/Page.cfc @@ -40,7 +40,7 @@ component accessors=true { // allow missing setters - fix for change in Lucee 5.2 } - // reset page when loading from from cache; + // reset page when loading from cache; public void function reset() { setAncestors([]); setLineage([]); diff --git a/docs/03.reference/02.tags/file/_attributes/storeacl.md b/docs/03.reference/02.tags/file/_attributes/storeacl.md index 616d4b274..0851ea391 100644 --- a/docs/03.reference/02.tags/file/_attributes/storeacl.md +++ b/docs/03.reference/02.tags/file/_attributes/storeacl.md @@ -4,4 +4,4 @@ an array of structs where each struct represents a permission or grant. Example: ```[{email="xxx@yyy.com", permission="full_control"}, {group="all", permission="read"}]``` - Defaults to the value specified in the application's `this.s3.acl`, which is `"public"` if unspecified. +Defaults to the value specified in the application's `this.s3.acl`, which is `"public"` if unspecified.