Skip to content

Commit 749ddc7

Browse files
committed
Fix typo in all versions
1 parent f95d8e8 commit 749ddc7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

versioned_docs/version-0.5.0/developer/downloading-and-building.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more details on our testing infrastructure, please refer to the [Regression
4141
If you only want to build without running any tests, you can use `./gradlew assemble` instead.
4242
Both the assemble and the build task will create a distribution package containing our command line tools in `build/distribution`.
4343
There is also an installed version of this package in `build/install/lf-cli/`.
44-
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last build.
44+
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last built.
4545
Thus, you can choose if you want to use `bin/lfc-dev`, which first builds `lfc` using the latest code and then runs it, or if you prefer to run `./gradlew build` and then separately invoke `build/install/lf-cli/bin/lfc`.
4646

4747
## IDE Integration

versioned_docs/version-0.6.0/developer/downloading-and-building.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more details on our testing infrastructure, please refer to the [Regression
4141
If you only want to build without running any tests, you can use `./gradlew assemble` instead.
4242
Both the assemble and the build task will create a distribution package containing our command line tools in `build/distribution`.
4343
There is also an installed version of this package in `build/install/lf-cli/`.
44-
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last build.
44+
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last built.
4545
Thus, you can choose if you want to use `bin/lfc-dev`, which first builds `lfc` using the latest code and then runs it, or if you prefer to run `./gradlew build` and then separately invoke `build/install/lf-cli/bin/lfc`.
4646

4747
## IDE Integration

versioned_docs/version-0.7.0/developer/downloading-and-building.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more details on our testing infrastructure, please refer to the [Regression
4141
If you only want to build without running any tests, you can use `./gradlew assemble` instead.
4242
Both the assemble and the build task will create a distribution package containing our command line tools in `build/distribution`.
4343
There is also an installed version of this package in `build/install/lf-cli/`.
44-
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last build.
44+
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last built.
4545
Thus, you can choose if you want to use `bin/lfc-dev`, which first builds `lfc` using the latest code and then runs it, or if you prefer to run `./gradlew build` and then separately invoke `build/install/lf-cli/bin/lfc`.
4646

4747
## IDE Integration

versioned_docs/version-0.8.0/developer/downloading-and-building.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more details on our testing infrastructure, please refer to the [Regression
4141
If you only want to build without running any tests, you can use `./gradlew assemble` instead.
4242
Both the assemble and the build task will create a distribution package containing our command line tools in `build/distribution`.
4343
There is also an installed version of this package in `build/install/lf-cli/`.
44-
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last build.
44+
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last built.
4545
Thus, you can choose if you want to use `bin/lfc-dev`, which first builds `lfc` using the latest code and then runs it, or if you prefer to run `./gradlew build` and then separately invoke `build/install/lf-cli/bin/lfc`.
4646

4747
## IDE Integration

versioned_docs/version-0.9.0/developer/downloading-and-building.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For more details on our testing infrastructure, please refer to the [Regression
4141
If you only want to build without running any tests, you can use `./gradlew assemble` instead.
4242
Both the assemble and the build task will create a distribution package containing our command line tools in `build/distribution`.
4343
There is also an installed version of this package in `build/install/lf-cli/`.
44-
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last build.
44+
If you run `build/install/lf-cli/bin/lfc` this will run lfc as it was last built.
4545
Thus, you can choose if you want to use `bin/lfc-dev`, which first builds `lfc` using the latest code and then runs it, or if you prefer to run `./gradlew build` and then separately invoke `build/install/lf-cli/bin/lfc`.
4646

4747
## IDE Integration

0 commit comments

Comments
 (0)