diff --git a/arkui/ace_engine/native/native_node.h b/arkui/ace_engine/native/native_node.h
index 5cbcdce4fe3a2dc29ba2d8d8b50f0cefecea390e..6f23e494c7e840c7511e248f9ffaff6f81a25809 100644
--- a/arkui/ace_engine/native/native_node.h
+++ b/arkui/ace_engine/native/native_node.h
@@ -2605,7 +2605,7 @@ typedef enum {
*
* Format of the {@link ArkUI_AttributeItem} parameter for setting the attribute:\n
* .value[0].i32: content align of the text, specified using the {@link ArkUI_TextContentAlign}
- * enum. The default value is ARKUI_TEXT_CONTENT_ALIGN_TOP. \n
+ * enum. The default value is ARKUI_TEXT_CONTENT_ALIGN_CENTER. \n
* \n
* Format of the return value {@link ArkUI_AttributeItem}:\n
* .value[0].i32: content align of the text, specified using the {@link ArkUI_TextContentAlign}