Conversation
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
| **Data Lineage**: Track and visualize the origin and transformation of your data assets end-to-end. You can view column-level lineage, filter queries, and edit lineage manually using a no-code editor. | ||
|
|
||
| **Data Documentation**: Document your data assets and metadata entities using rich text, images, and links. You can also add comments and annotations and generate data dictionaries and data catalogs. | ||
| **Data Documentation**: Document your data assets and metadata entities using rich text, images, and links. You can also add commentts and annotations and generate data dictionaries and data catalogs. |
There was a problem hiding this comment.
⚠️ Bug: Typo fix introduces new typo: 'commentts' instead of 'comments'
The PR intends to fix a typo (commen → comment), but the replacement text on line 62 reads commentts (double 't') instead of comments. This introduces a new typo rather than fixing the original one.
Suggested fix:
Replace `commentts` with `comments` on line 62.
Was this helpful? React with 👍 / 👎 | Reply gitar fix to apply this suggestion
Code Review
|
| Compact |
|
Was this helpful? React with 👍 / 👎 | Gitar
Fixed typos: commen-> comment
Closes #27482