docs(graphql): fix typo in entity.graphql (#11764)

This commit is contained in:
Juan Manuel Méndez Rey 2024-11-01 05:00:52 +01:00 committed by GitHub
parent e609ff810d
commit b58ffb665f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -645,7 +645,7 @@ type Mutation {
updateERModelRelationship(
"The urn of the ERModelRelationship to update"
urn: String!,
"Input required to updat an existing DataHub View"
"Input required to update an existing DataHub View"
input: ERModelRelationshipUpdateInput!): Boolean
"""
@ -795,7 +795,7 @@ type Mutation {
updateView(
"The urn of the View to update"
urn: String!,
"Input required to updat an existing DataHub View"
"Input required to update an existing DataHub View"
input: UpdateViewInput!): DataHubView
"""