You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by da...@apache.org on 2023/03/06 04:30:40 UTC

[hudi] branch asf-site updated: [MINOR][DOC] Fix typo for "ontained" (#8097)

This is an automated email from the ASF dual-hosted git repository.

danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3eef45c868c [MINOR][DOC] Fix typo for "ontained" (#8097)
3eef45c868c is described below

commit 3eef45c868cada3a321de08f9103fa01ba72763d
Author: alan_rodriguez <54...@qq.com>
AuthorDate: Mon Mar 6 12:30:30 2023 +0800

    [MINOR][DOC] Fix typo for "ontained" (#8097)
---
 website/docs/configurations.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/configurations.md b/website/docs/configurations.md
index 29553187a2f..cb08538a4ca 100644
--- a/website/docs/configurations.md
+++ b/website/docs/configurations.md
@@ -237,7 +237,7 @@ Options useful for writing tables via `write.format.option(...)`
 ---
 
 > ### hoodie.datasource.write.partitionpath.field
-> Partition path field. Value to be used at the partitionPath component of HoodieKey. Actual value ontained by invoking .toString()<br></br>
+> Partition path field. Value to be used at the partitionPath component of HoodieKey. Actual value obtained by invoking .toString()<br></br>
 > `Default Value: N/A `**(Required)**<br></br>
 > `Config Param: PARTITIONPATH_FIELD`<br></br>
 
@@ -2639,7 +2639,7 @@ Hudi maintains keys (record key + partition path) for uniquely identifying a par
 
 `Config Class`: org.apache.hudi.keygen.constant.KeyGeneratorOptions<br></br>
 > ### hoodie.datasource.write.partitionpath.field
-> Partition path field. Value to be used at the partitionPath component of HoodieKey. Actual value ontained by invoking .toString()<br></br>
+> Partition path field. Value to be used at the partitionPath component of HoodieKey. Actual value obtained by invoking .toString()<br></br>
 > `Default Value: N/A `**(Required)**<br></br>
 > `Config Param: PARTITIONPATH_FIELD_NAME`<br></br>