Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardobragaxz committed Apr 2, 2024
1 parent 1528a10 commit 1874401
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Mastonet/MastodonClient.Status.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ public Task<MastodonList<Account>> GetFavouritedBy(string statusId, ArrayOptions
/// Posting a new status
/// </summary>
/// <param name="status">The text of the status</param>
/// <param name="visibility">either "direct", "private", "unlisted" or "public"</param>
/// <param name="replyStatusId">local ID of the status you want to reply to</param>
/// <param name="mediaIds">array of media IDs to attach to the status (maximum 4)</param>
/// <param name="sensitive">set this to mark the media of the status as NSFW</param>
/// <param name="spoilerText">text to be shown as a warning before the actual content</param>
/// <param name="visibility">Either "direct", "private", "unlisted" or "public"</param>
/// <param name="replyStatusId">Local ID of the status you want to reply to</param>
/// <param name="mediaIds">Array of media IDs to attach to the status (maximum 4)</param>
/// <param name="sensitive">Set this to mark the media of the status as NSFW</param>
/// <param name="spoilerText">Text to be shown as a warning before the actual content</param>
/// <param name="scheduledAt">DateTime to schedule posting of status</param>
/// <param name="language">Override language code of the toot (ISO 639-2)</param>
/// <param name="poll">Nested parameters to attach a poll to the status</param>
Expand Down

0 comments on commit 1874401

Please sign in to comment.