docs: Fix some typos

This commit is contained in:
Shen Meng Jing
2025-04-30 18:35:39 +08:00
committed by Zhang Xiao Yan
parent bf1b16554a
commit 62d4115e08
61 changed files with 96 additions and 96 deletions

View File

@@ -128,7 +128,7 @@ struct httpd_ssl_config {
* The callback is only applicable when CONFIG_ESP_HTTPS_SERVER_CERT_SELECT_HOOK is enabled in menuconfig */
esp_https_server_cert_select_cb cert_select_cb;
/** Application protocols the server supports in order of prefernece.
/** Application protocols the server supports in order of preference.
* Used for negotiating during the TLS handshake, first one the client supports is selected.
* The data structure must live as long as the https server itself */
const char** alpn_protos;