Skip to content

Commit e9c21fd

Browse files
authored
Update src/content/docs/r2/data-catalog/config-examples/spark-scala.mdx
1 parent 492e01c commit e9c21fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/r2/data-catalog/config-examples/spark-scala.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ object R2DataCatalogDemo {
6868
}
6969
```
7070

71-
For building this application and managing dependencies, we'll use [sbt (“simple build tool”)](https://www.scala-sbt.org/). The following is an example `build.sbt` file to place at the root of your project. It is configured to produce a "fat JAR", bundling all required dependencies.
71+
For building this application and managing dependencies, we will use [sbt (“simple build tool”)](https://www.scala-sbt.org/). The following is an example `build.sbt` file to place at the root of your project. It is configured to produce a "fat JAR", bundling all required dependencies.
7272

7373
```java
7474
name := "R2DataCatalogDemo"

0 commit comments

Comments
 (0)