From bbb4e0e8f84ef03933391615b4f97396f2626af9 Mon Sep 17 00:00:00 2001 From: "Rebecca (Bex) Cran" Date: Wed, 23 Oct 2019 10:09:02 -0600 Subject: [PATCH] Fix typo (tree/three) in uart.rst Merges https://github.com/espressif/esp-idf/pull/4237 --- docs/en/api-reference/peripherals/uart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api-reference/peripherals/uart.rst b/docs/en/api-reference/peripherals/uart.rst index cf704bf19..c131f6633 100644 --- a/docs/en/api-reference/peripherals/uart.rst +++ b/docs/en/api-reference/peripherals/uart.rst @@ -22,7 +22,7 @@ The following overview describes functions and data types used to establish comm The minimum to make the UART working is to complete the first four steps, the last two steps are optional. -The driver is identified by :cpp:type:`uart_port_t`, that corresponds to one of the tree UART controllers. Such identification is present in all the following function calls. +The driver is identified by :cpp:type:`uart_port_t`, that corresponds to one of the three UART controllers. Such identification is present in all the following function calls. .. _uart-api-setting-communication-parameters: