Skip to content

Commit e94be01

Browse files
exurdaetter
andauthored
SocialService: Fix typos in PromptLinkSharing Parameters (#1265)
## Changes This PR fixes two typos in the `options` parameters for PromptLinkSharing; `PreiviewDescription` and `PreviewAssettId`. ## Checks By submitting your pull request for review, you agree to the following: - [x] 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. - [x] 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. - [x] To the best of my knowledge, all proposed changes are accurate. Co-authored-by: Andrew Etter <[email protected]>
1 parent 158fd9b commit e94be01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en-us/reference/engine/classes/SocialService.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,9 @@ methods:
381381
share link is created. Truncates to nearest integer. Defaults to
382382
86,400.
383383
- `PreviewTitle` (string) Preview title of the share link.
384-
- `PreiviewDescription` (string) Preview description of the share
384+
- `PreviewDescription` (string) Preview description of the share
385385
link.
386-
- `PreviewAssettId` (number) Image asset ID used for share link
386+
- `PreviewAssetId` (number) Image asset ID used for share link
387387
preview.
388388
- `LaunchData` (string). Used to set a parameter in
389389
`Class.Player:GetJoinData()` when a player joined using the

0 commit comments

Comments
 (0)