diff --git a/tensorflow/lite/micro/docs/new_platform_support.md b/tensorflow/lite/micro/docs/new_platform_support.md index 7f6f96de944705217f2b9e36dc69996459b567aa..04bb450e0b400feec3a7b871d2222ea55b326a98 100644 --- a/tensorflow/lite/micro/docs/new_platform_support.md +++ b/tensorflow/lite/micro/docs/new_platform_support.md @@ -25,7 +25,7 @@ hardware to run inference on TfLite models. Prior to integrating TFLM with a specific hardware involves tasks that is outside the scope of the TFLM project, including: - * Tolchain setup - TFLM requires support for C++11 + * Toolchain setup - TFLM requires support for C++11 * Set up and installation of board-specific SDKs and IDEs * Compiler flags and Linker setup * Integrating peripherals such as cameras, microphones and accelerometers to