Fix typo
authorMarcel Werk <burntime@woltlab.com>
Sun, 21 Apr 2024 14:03:06 +0000 (16:03 +0200)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2024 14:03:06 +0000 (16:03 +0200)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
docs/php/api/rss_feeds.md

index 932325b489595a04006c4caa69288d905602e330..49186cd19281845eacb8ce69a9c04be402b205b7 100644 (file)
@@ -77,9 +77,9 @@ $channel->item($item);
 
 ## `RssFeedSource`
 
-[RssFeedSource](https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/lib/system/rssFeed/RssFeedSource.class.php) represents the scource of a feed item. A feed item can only have one scource.
+[RssFeedSource](https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/lib/system/rssFeed/RssFeedSource.class.php) represents the source of a feed item. A feed item can only have one source.
 
-An instance of `RssFeedSource` is created implicitly when an scource is assigned to a feed item.
+An instance of `RssFeedSource` is created implicitly when an source is assigned to a feed item.
 
 Example: