Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: typo in feed-manip.ts (#967)

prefered -> preferred

authored by

Ikko Eltociear Ashimine and committed by
GitHub
3498c1d2 9750c393

+1 -1
+1 -1
src/lib/api/feed-manip.ts
··· 237 237 /** 238 238 * This function filters a list of FeedViewPostsSlice items based on whether they contain text in a 239 239 * preferred language. 240 - * @param {string[]} preferredLangsCode2 - An array of prefered language codes in ISO 639-1 or ISO 639-2 format. 240 + * @param {string[]} preferredLangsCode2 - An array of preferred language codes in ISO 639-1 or ISO 639-2 format. 241 241 * @returns A function that takes in a `FeedTuner` and an array of `FeedViewPostsSlice` objects and 242 242 * returns an array of `FeedViewPostsSlice` objects. 243 243 */