Skip to content

Commit

Permalink
Merge pull request #3 from JackPGreen/fix-typos-identified-by-intellij
Browse files Browse the repository at this point in the history
Fix typos identified by IntelliJ
  • Loading branch information
JackPGreen authored Oct 2, 2023
2 parents 02f3321 + e180c47 commit efbb92a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion antora-playbook-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion check-links-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/5-2-0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit efbb92a

Please sign in to comment.