From 97ddd2bd742c32adbc3738bdae8b1d8f9e779da4 Mon Sep 17 00:00:00 2001 From: yiksanchan Date: Wed, 9 Dec 2020 07:11:20 -0800 Subject: [PATCH] Fix typo (#187) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c19db492..c3850ac32a 100644 --- a/README.md +++ b/README.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.