Skip to content

Commit

Permalink
fix some spelling (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Milo123459 authored Jan 28, 2023
1 parent 8b82198 commit e15e422
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/pages/docs/providers/clojure.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The following JDK versions are available
- `11`
- `latest`

The version can be overriden by
The version can be overridden by

- Setting the `NIXPACKS_JDK_VERSION` environment variable
- Setting the version in a `.jdk-version` file
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/providers/elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following Elixir versions are available
- `1.10`
- `1.9`

The version can be overriden by
The version can be overridden by

- Setting the `NIXPACKS_ELIXIR_VERSION` environment variable
- Setting the version in a `.elixir-version` file
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/docs/providers/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ The following major JDK versions are available
- `11`
- `8`

The version can be overriden by setting the `NIXPACKS_JDK_VERSION` environment variable.
The version can be overridden by setting the `NIXPACKS_JDK_VERSION` environment variable.

### Gradle

The following major Gradle verions are available
The following major Gradle versions are available

- `7` (Default)
- `6`
- `5`
- `4`

The version can be overriden by setting the `NIXPACKS_GRADLE_VERSION` environment variable.
The version can be overridden by setting the `NIXPACKS_GRADLE_VERSION` environment variable.

## Build

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/providers/node.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The following major versions are available
- `16` (Default)
- `18`

The version can be overriden by
The version can be overridden by

- Setting the `NIXPACKS_NODE_VERSION` environment variable
- Specifying the `engines.node` field in `package.json`
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/providers/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The following Python versions are available
- `3.7`
- `2.7`

The version can be overriden by
The version can be overridden by

- Setting the `NIXPACKS_PYTHON_VERSION` environment variable
- Setting the version in a `.python-version` file
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/providers/swift.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following Swift versions are available
- `3.1`
- `3.1.1`

The version can be overriden by
The version can be overridden by

- Setting the version in a `.swift-version` file
- Specifying a `swift-tools-version` field in `Package.swift`
Expand Down

0 comments on commit e15e422

Please sign in to comment.