diff --git a/docs/en/api-reference/protocols/esp_serial_slave_link.rst b/docs/en/api-reference/protocols/esp_serial_slave_link.rst index 180d386b7c..c1d526a405 100644 --- a/docs/en/api-reference/protocols/esp_serial_slave_link.rst +++ b/docs/en/api-reference/protocols/esp_serial_slave_link.rst @@ -176,7 +176,7 @@ counter. Application Example ------------------- -The example below shows how ESP32 SDIO host and slave communicate with each other. The host use the ESSL SDIO. +The example below shows how {IDF_TARGET_NAME} SDIO host and slave communicate with each other. The host use the ESSL SDIO. :example:`peripherals/sdio`.