Skip to content

Commit ed0ae9d

Browse files
authored
[hotfix][docs] Fixed a typo in state_backends.md
1 parent 874b837 commit ed0ae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/docs/ops/state/state_backends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ While we encourage the use of incremental checkpoints for large state, you need
236236
- Setting a default in your [Flink configuration file]({{< ref "docs/deployment/config#flink-configuration-file" >}}): `execution.checkpointing.incremental: true` will enable incremental checkpoints, unless the application overrides this setting in the code.
237237
- You can alternatively configure this directly in the code (overrides the config default): `EmbeddedRocksDBStateBackend backend = new EmbeddedRocksDBStateBackend(true);`
238238

239-
Notice that once incremental checkpoont is enabled, the `Checkpointed Data Size` showed in web UI only represents the
239+
Notice that once incremental checkpoint is enabled, the `Checkpointed Data Size` showed in web UI only represents the
240240
delta checkpointed data size of that checkpoint instead of full state size.
241241

242242
### Memory Management

0 commit comments

Comments
 (0)