diff --git a/.github/CONTRIBUTING.adoc b/.github/CONTRIBUTING.adoc index 36ddba3..ca06de9 100644 --- a/.github/CONTRIBUTING.adoc +++ b/.github/CONTRIBUTING.adoc @@ -27,7 +27,7 @@ If no version number is displayed in the output, you need to {url-node}[install === Step 2. Clone a documentation project -Documentation is hosted in xref:{url-readme}#documentation-content[separate GitHub repositorites]. To work on a particular documentation project, you must fork it, clone it, and configure the `antora-playbook-local.yml` file to process your local version. +Documentation is hosted in xref:{url-readme}#documentation-content[separate GitHub repositories]. To work on a particular documentation project, you must fork it, clone it, and configure the `antora-playbook-local.yml` file to process your local version. NOTE: You can find all content repositories in the `antora-playbook.yml` file under `content.sources`. @@ -140,7 +140,7 @@ modules/ <2> ---- <1> This file tells Antora that the contents of the `modules/` folder should be processed and added to the documentation site. This file is called the {url-antora-yml}[component version descriptor file]. <2> This folder contains the content that Antora will process -<3> This folder contains any content that can't be categorized under a specfic module name. Unlike other modules, the name of this module is never displayed in the URL of the site. +<3> This folder contains any content that can't be categorized under a specific module name. Unlike other modules, the name of this module is never displayed in the URL of the site. <4> In any module, this folder contains downloadable content such as ZIP files that a user can download through a link. <5> In any module, this folder contains examples such as source code that you can include in Asciidoc pages. <6> In any module, this folder contains images that you can include in Asciidoc pages. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c04114d..531b140 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -10,4 +10,4 @@ Select the type of change that you're making: - [ ] Enhancement (Adds new content) ## Open Questions and Pre-Merge TODOs -- [ ] Use github checklists to create a list. When an item is solved, check the box and explain the answer. +- [ ] Use GitHub checklists to create a list. When an item is solved, check the box and explain the answer. diff --git a/antora-playbook-local.yml b/antora-playbook-local.yml index 61b4c55..1b87968 100644 --- a/antora-playbook-local.yml +++ b/antora-playbook-local.yml @@ -20,7 +20,7 @@ asciidoc: attributes: # Download images from kroki at build time (does not work for inline images) kroki-fetch-diagram: true - # Inlude next and previous links on each page + # Include next and previous links on each page page-pagination: true@ idprefix: '' # Separate anchor link names by dashes diff --git a/antora-playbook.yml b/antora-playbook.yml index cd24f54..1b101eb 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -20,7 +20,7 @@ asciidoc: attributes: # Download images from kroki at build time (does not work for inline images) kroki-fetch-diagram: true - # Inlude next and previous links on each page + # Include next and previous links on each page page-pagination: true idprefix: '' # Separate anchor link names by dashes diff --git a/check-links-playbook.yml b/check-links-playbook.yml index ab52eea..eae3715 100644 --- a/check-links-playbook.yml +++ b/check-links-playbook.yml @@ -148,7 +148,7 @@ asciidoc: attributes: # Download images from kroki at build time (does not work for inline images) kroki-fetch-diagram: true - # Inlude next and previous links on each page + # Include next and previous links on each page page-pagination: true idprefix: '' # Separate anchor link names by dashes diff --git a/docs/modules/release-notes/pages/5-2-0.adoc b/docs/modules/release-notes/pages/5-2-0.adoc index ff2294c..5a48a97 100644 --- a/docs/modules/release-notes/pages/5-2-0.adoc +++ b/docs/modules/release-notes/pages/5-2-0.adoc @@ -2,7 +2,7 @@ == New Features -* Added support of resubmitting queries after member failures. +* Added support for resubmitting queries after member failures. https://github.com/hazelcast/hazelcast-jdbc/pull/185[#185] * Added support of basic database metadata. https://github.com/hazelcast/hazelcast-jdbc/pull/170[#170]