Skip to content

Commit 6f7faa8

Browse files
authored
Update ContentSourceType.yaml (#882)
## Changes <!-- Please summarize your changes. --> <!-- Please link to any applicable information (forum posts, bug reports, etc.). --> ## Checks By submitting your pull request for review, you agree to the following: - [ ] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [ ] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [ ] To the best of my knowledge, all proposed changes are accurate.
1 parent c3b1c31 commit 6f7faa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en-us/reference/engine/enums/ContentSourceType.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ items:
1616
deprecation_message: ''
1717
- name: Uri
1818
summary: |
19-
An [asset URI](../../../projects/assets/index.md#asset-uris) `string` value contained in `DataType.Content.Uri`.
19+
An [asset URI](../../../projects/assets/index.md#asset-uris) `string` value contained in `Datatype.Content.Uri`.
2020
value: 1
2121
tags: []
2222
deprecation_message: ''
2323
- name: Object
2424
summary: |
25-
A non-`nil` `Class.Object` reference contained in `DataType.Content.Object`.
25+
A non-`nil` `Class.Object` reference contained in `Datatype.Content.Object`.
2626
value: 2
2727
tags: []
2828
deprecation_message: ''

0 commit comments

Comments
 (0)