From 473fb33038e1fd1d6dd292740ae192b71bf5cacf Mon Sep 17 00:00:00 2001 From: Zakelly Date: Wed, 7 Aug 2024 17:28:23 +0800 Subject: [PATCH] [hotfix][doc] Fix typo in checkpointing docs (#25151) --- .../docs/dev/datastream/fault-tolerance/checkpointing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/dev/datastream/fault-tolerance/checkpointing.md b/docs/content/docs/dev/datastream/fault-tolerance/checkpointing.md index 6b3d625696da4..ad68b3ecc23a6 100644 --- a/docs/content/docs/dev/datastream/fault-tolerance/checkpointing.md +++ b/docs/content/docs/dev/datastream/fault-tolerance/checkpointing.md @@ -210,7 +210,7 @@ env.get_checkpoint_config().enable_unaligned_checkpoints() ### Related Config Options -Some more parameters and/or defaults may be set via Flink configuration file (see [configuration]({{< ref "docs/deployment/config" >}}))` for a full guide): +Some more parameters and/or defaults may be set via Flink configuration file (see [configuration]({{< ref "docs/deployment/config" >}}) for a full guide): {{< generated/checkpointing_configuration >}}