From fd3cc8da9a76ffa5d4871a3c305bbec6010a491e Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sun, 23 Jul 2023 00:53:58 +1000 Subject: [PATCH] Clean up: remove duplicate words; fix spelling and word case --- docs/00.home/homepage.md | 2 +- .../03.reference/01.functions/datetimeformat/_arguments/mask.md | 2 +- .../01.functions/internalrequest/_arguments/throwonerror.md | 2 +- docs/03.reference/01.functions/markdowntohtml/_examples.md | 2 +- docs/03.reference/02.tags/interface/tag.md | 2 +- .../05.working-with-source/01.build-from-source/page.md | 2 +- docs/04.guides/08.lucee-5/03.access-modifiers/page.md | 2 +- docs/04.guides/12.deploying-lucee-server-apps/page.md | 2 +- docs/04.guides/13.Various/01.system-properties/page.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/00.home/homepage.md b/docs/00.home/homepage.md index bfdcedafe..d758cd727 100644 --- a/docs/00.home/homepage.md +++ b/docs/00.home/homepage.md @@ -29,7 +29,7 @@ Lucee 5.4 is the [stable release](https://lucee.org/downloads.html) and is recom [Lucee 6](https://dev.lucee.org/tag/lucee-6) is the next major release of Lucee, currently in [development](https://luceeserver.atlassian.net/jira/software/c/projects/LDEV/boards/10?sprint=58). See the [Lucee 6 category](https://dev.lucee.org/tag/lucee-6) on our developer forum. -Highlights include, reduced size, faster startup, single context mode, json based configuration and much more. +Highlights include, reduced size, faster startup, single context mode, JSON based configuration and much more. ## Lucee 5.3 diff --git a/docs/03.reference/01.functions/datetimeformat/_arguments/mask.md b/docs/03.reference/01.functions/datetimeformat/_arguments/mask.md index 2eb798642..66dda69ba 100644 --- a/docs/03.reference/01.functions/datetimeformat/_arguments/mask.md +++ b/docs/03.reference/01.functions/datetimeformat/_arguments/mask.md @@ -50,4 +50,4 @@ The following masks can be used to format the full date and time and may not be - full: equivalent to "dddd, mmmm d, yyyy h:nn:ss tt zz" - ISO8601/ISO: equivalent to "yyyy-mm-dd'T'HH:nn:ssXXX" - epoch: Total seconds of a given date (Example:1567517664) (added in Lucee 6.0.0.83) -- epochms: Total millseconds of a given date (Example:1567517664000) (added in Lucee 6.0.0.83) +- epochms: Total milliseconds of a given date (Example:1567517664000) (added in Lucee 6.0.0.83) diff --git a/docs/03.reference/01.functions/internalrequest/_arguments/throwonerror.md b/docs/03.reference/01.functions/internalrequest/_arguments/throwonerror.md index a256b670e..2476fffb1 100644 --- a/docs/03.reference/01.functions/internalrequest/_arguments/throwonerror.md +++ b/docs/03.reference/01.functions/internalrequest/_arguments/throwonerror.md @@ -1 +1 @@ -if true (default) and the called age throws an exception, that exception is clso thrown within the caller request. If false itis catched and only reported in he resulting struct. \ No newline at end of file +if true (default) and the called page throws an exception, that exception is also thrown within the caller request. If false it is catched and only reported in the resulting struct. \ No newline at end of file diff --git a/docs/03.reference/01.functions/markdowntohtml/_examples.md b/docs/03.reference/01.functions/markdowntohtml/_examples.md index 759949377..16f6f0eda 100644 --- a/docs/03.reference/01.functions/markdowntohtml/_examples.md +++ b/docs/03.reference/01.functions/markdowntohtml/_examples.md @@ -12,7 +12,7 @@ markdownString="" & "- Third item" & dNL & "###### Some Blockquotes" & dNL & "> This is some blockquoted text" & nl & -">> Blockquoted text with identation" & dNL; +">> Blockquoted text with indentation" & dNL; echo( markdownToHtml( markdownString) ); ``` diff --git a/docs/03.reference/02.tags/interface/tag.md b/docs/03.reference/02.tags/interface/tag.md index ce409e91d..824c40015 100644 --- a/docs/03.reference/02.tags/interface/tag.md +++ b/docs/03.reference/02.tags/interface/tag.md @@ -12,4 +12,4 @@ Defines an interface that consists of a set of signatures for functions. The interface does not include the full function definitions; instead, you implement the functions in a Component. -The interfaces defined using this tag can can be used to create a reusable application framework. +The interfaces defined using this tag can be used to create a reusable application framework. diff --git a/docs/04.guides/05.working-with-source/01.build-from-source/page.md b/docs/04.guides/05.working-with-source/01.build-from-source/page.md index 198fa3f16..7560e4938 100644 --- a/docs/04.guides/05.working-with-source/01.build-from-source/page.md +++ b/docs/04.guides/05.working-with-source/01.build-from-source/page.md @@ -63,7 +63,7 @@ To build only the update .lco file: #### Troubleshooting Build -If you are are getting errors trying to compile the code, you may need to flush your Maven cache. Running the following command to refresh your dependency cache: +If you are getting errors trying to compile the code, you may need to flush your Maven cache. Running the following command to refresh your dependency cache: ``` mvn dependency:purge-local-repository diff --git a/docs/04.guides/08.lucee-5/03.access-modifiers/page.md b/docs/04.guides/08.lucee-5/03.access-modifiers/page.md index 5f82ee200..5c4893472 100644 --- a/docs/04.guides/08.lucee-5/03.access-modifiers/page.md +++ b/docs/04.guides/08.lucee-5/03.access-modifiers/page.md @@ -11,7 +11,7 @@ description: public and private scope for component variables Lucee already supports access modifiers for functions, but with Lucee 4 this was limited to functions, -Since Lucee 5, access modifiers are also supported for for variables. +Since Lucee 5, access modifiers are also supported for variables. Access modifiers can be defined for all variables defined within the body of a component, for example: diff --git a/docs/04.guides/12.deploying-lucee-server-apps/page.md b/docs/04.guides/12.deploying-lucee-server-apps/page.md index 429f86513..ab4443856 100644 --- a/docs/04.guides/12.deploying-lucee-server-apps/page.md +++ b/docs/04.guides/12.deploying-lucee-server-apps/page.md @@ -55,6 +55,6 @@ You can pre warm a lucee installation, by setting the env var `LUCEE_ENABLE_WARM You will see extensions, Lucee Admin and Lucee Docs, these simply install mappings to make them available. The admin is tightly coupled to the Lucee Version, so they aren't separately deployed -## AWS Lamdas / Serverless +## AWS Lambdas / Serverless [Fuseless: Tools for running Serverless CFML Lambda Functions](https://fuseless.org/) diff --git a/docs/04.guides/13.Various/01.system-properties/page.md b/docs/04.guides/13.Various/01.system-properties/page.md index 16f0a4594..33fb4afeb 100644 --- a/docs/04.guides/13.Various/01.system-properties/page.md +++ b/docs/04.guides/13.Various/01.system-properties/page.md @@ -221,7 +221,7 @@ This is because the data stored in this sort of variables or files may be access Storing sensitive information e.g. hashed passwords, access-tokens, user names, database names, etc on OS or files has to be considered very carefully. -Also, make sure not to publish these files with sensitive data as as part of open source code in public repositories. +Also, make sure not to publish these files with sensitive data as part of open source code in public repositories.