diff --git a/docs/layouts/shortcodes/generated/core_configuration.html b/docs/layouts/shortcodes/generated/core_configuration.html
index be308eeb20f0..2e1cca93a08d 100644
--- a/docs/layouts/shortcodes/generated/core_configuration.html
+++ b/docs/layouts/shortcodes/generated/core_configuration.html
@@ -784,7 +784,7 @@
target-file-size |
(none) |
MemorySize |
- Target size of a file.
- primary key table: the default value is 128 MB.
- append table: the default value is 256 MB.
|
+ Target size of a file.- primary key table: the default value is 128 MB.
- append table: the default value is 256 MB.
|
write-buffer-for-append |
diff --git a/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java b/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
index 22b697c6f474..20f7dc65228c 100644
--- a/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
+++ b/paimon-common/src/main/java/org/apache/paimon/CoreOptions.java
@@ -444,9 +444,7 @@ public class CoreOptions implements Serializable {
.withDescription(
Description.builder()
.text("Target size of a file.")
- .linebreak()
.list(text("primary key table: the default value is 128 MB."))
- .linebreak()
.list(text("append table: the default value is 256 MB."))
.build());