From 0465bc2b8e7b8740efd0f9b598c5f8bb9b91c912 Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Thu, 20 Feb 2014 14:22:38 +0100 Subject: [PATCH] Fix a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6263d879..a7550ac3 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ authorization context to your serializer. By default, the context is the current user of your application, but this [can be customized](#customizing-scope). -Serializers provides a method named `filter`, which should return an array +Serializers provide a method named `filter`, which should return an array used to determine what attributes and associations should be included in the output. This is typically used to customize output based on `current_user`. For example: