Skip to content

Commit 69ebacf

Browse files
committed
Typo
1 parent 4e51772 commit 69ebacf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user_guides/integrations/python.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ fs = project.get_feature_store() # Get the project's default feature stor
5656

5757
!!! note "Engine"
5858

59-
`Hopsworks` leverage several engines depending on whether you are running using Apache Spark or Pandas/Polars. The default behaviour of the library is to use the `spark` engine if you do not specify any `engine` option in the `login` method and if the `PySpark` library is available in the environment.
59+
`Hopsworks` leverages several engines depending on whether you are running using Apache Spark or Pandas/Polars. The default behaviour of the library is to use the `spark` engine if you do not specify any `engine` option in the `login` method and if the `PySpark` library is available in the environment.
6060

6161
Please refer to the [Spark integration guide](spark.md) to configure your PySpark cluster to interact with Hopsworks.
6262

docs/user_guides/integrations/spark.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fs = project.get_feature_store() # Get the project's default feature s
8585

8686
!!! note "Engine"
8787

88-
`Hopsworks` leverage several engines depending on whether you are running using Apache Spark or Pandas/Polars. The default behaviour of the library is to use the `spark` engine if you do not specify any `engine` option in the `login` method and if the `PySpark` library is available in the environment.
88+
`Hopsworks` leverages several engines depending on whether you are running using Apache Spark or Pandas/Polars. The default behaviour of the library is to use the `spark` engine if you do not specify any `engine` option in the `login` method and if the `PySpark` library is available in the environment.
8989

9090
## Next Steps
9191

0 commit comments

Comments
 (0)