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 af35ba5ed0..b3ab831180 100644 --- a/docs/en/api-reference/protocols/esp_serial_slave_link.rst +++ b/docs/en/api-reference/protocols/esp_serial_slave_link.rst @@ -91,7 +91,7 @@ ESP SDIO Slave The ESP SDIO slave link (ESSL SDIO) devices relies on the SDMMC component. It includes the usage of communicating with ESP SDIO Slave device via the SDMMC Host or SDSPI Host feature. The ESSL device should be initialized as below: -1. Initialize a SDMMC card (see :doc:` Document of SDMMC driver `) structure. +1. Initialize a SDMMC card (see :doc:`Document of SDMMC driver `) structure. 2. Call :cpp:func:`sdmmc_card_init` to initialize the card.