From 5ed9d60ae94692bac1e31c08659367fa11be695d Mon Sep 17 00:00:00 2001 From: yiksanchan Date: Wed, 9 Dec 2020 07:13:04 -0800 Subject: [PATCH] Fix typo (#188) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 30c19db492..c3850ac32a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -33,7 +33,7 @@ HSFS is the library to interact with the Hopsworks Feature Store. The library makes creating new features, feature groups and training datasets easy. -The library is environment indpendent and can be used in two modes: +The library is environment independent and can be used in two modes: - Spark mode: For data engineering jobs that create and write features into the feature store or generate training datasets. It requires a Spark environment such as the one provided in the Hopsworks platform or Databricks. In Spark mode, HSFS provides bindings both for Python and JVM languages.