about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/lib/api/feed-manip.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/api/feed-manip.ts b/src/lib/api/feed-manip.ts
index 97665429d..f4bf6cdff 100644
--- a/src/lib/api/feed-manip.ts
+++ b/src/lib/api/feed-manip.ts
@@ -237,7 +237,7 @@ export class FeedTuner {
   /**
    * This function filters a list of FeedViewPostsSlice items based on whether they contain text in a
    * preferred language.
-   * @param {string[]} preferredLangsCode2 - An array of prefered language codes in ISO 639-1 or ISO 639-2 format.
+   * @param {string[]} preferredLangsCode2 - An array of preferred language codes in ISO 639-1 or ISO 639-2 format.
    * @returns A function that takes in a `FeedTuner` and an array of `FeedViewPostsSlice` objects and
    * returns an array of `FeedViewPostsSlice` objects.
    */