From cbcf194bc447dc376da1e406e1d3b8f47756bb3e Mon Sep 17 00:00:00 2001 From: GoT Date: Tue, 15 Feb 2022 22:45:02 +0100 Subject: [PATCH] docs(msgbox) fix typo (#3095) --- docs/widgets/extra/msgbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/widgets/extra/msgbox.md b/docs/widgets/extra/msgbox.md index 3ff67849c..6558f5cd0 100644 --- a/docs/widgets/extra/msgbox.md +++ b/docs/widgets/extra/msgbox.md @@ -27,7 +27,7 @@ The message box is built from other widgets, so you can check these widgets' doc If `parent` is `NULL` the message box will be modal. `title` and `txt` are strings for the title and the text. `btn_txts[]` is an array with the buttons' text. E.g. `const char * btn_txts[] = {"Ok", "Cancel", NULL}`. -`add_colse_btn` can be `true` or `false` to add/don't add a close button. +`add_close_btn` can be `true` or `false` to add/don't add a close button. ### Get the parts The building blocks of the message box can be obtained using the following functions: