From 0b8dd906cfe72b34e6470831ff3814c4a91cc3f4 Mon Sep 17 00:00:00 2001 From: Don Kirkby Date: Fri, 8 May 2015 15:28:30 -0700 Subject: [PATCH] minor grammar fix --- docs/api-guide/relations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/relations.md b/docs/api-guide/relations.md index 31d59e1f8e..741943de80 100644 --- a/docs/api-guide/relations.md +++ b/docs/api-guide/relations.md @@ -273,7 +273,7 @@ If you want to implement a read-write relational field, you must also implement ## Example -For, example, we could define a relational field, to serialize a track to a custom string representation, using its ordering, title, and duration. +For example, we could define a relational field to serialize a track to a custom string representation, using its ordering, title, and duration. import time