diff --git a/templates/getting_started/ecosystem.md b/templates/getting_started/ecosystem.md index 8d2cb207c0..7188e9d765 100644 --- a/templates/getting_started/ecosystem.md +++ b/templates/getting_started/ecosystem.md @@ -46,7 +46,7 @@ both for training and inference. It natively supports loading Keras models, incl ## TensorFlow Lite [TensorFlow Lite](https://www.tensorflow.org/lite) is a runtime for efficient on-device inference that has native support for Keras models. -Deploy your models on Android, iOS, or on embdeded devices. +Deploy your models on Android, iOS, or on embedded devices. ---