Skip to content

Commit b3bbc84

Browse files
committed
One more spelling fix
1 parent ac2123b commit b3bbc84

File tree

1 file changed

+1
-1
lines changed
  • azure-devops/azure/devops/v5_1/audit

1 file changed

+1
-1
lines changed

azure-devops/azure/devops/v5_1/audit/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class DecoratedAuditLogEntry(Model):
119119
:type category: object
120120
:param category_display_name: DisplayName of the category
121121
:type category_display_name: str
122-
:param correlation_id: This allows related audit entries to be grouped together. Generally this occurs when a single action cases a cascade of audit entries. For example, project creation.
122+
:param correlation_id: This allows related audit entries to be grouped together. Generally this occurs when a single action causes a cascade of audit entries. For example, project creation.
123123
:type correlation_id: str
124124
:param data: External data such as CUIDs, item names, etc.
125125
:type data: dict

0 commit comments

Comments
 (0)