Skip to content

Commit 21cb808

Browse files
committed
Merge pull request #2921 from donkirkby/patch-1
minor grammar fix
2 parents 35efbe4 + 0b8dd90 commit 21cb808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/relations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ If you want to implement a read-write relational field, you must also implement
273273

274274
## Example
275275

276-
For, example, we could define a relational field, to serialize a track to a custom string representation, using its ordering, title, and duration.
276+
For example, we could define a relational field to serialize a track to a custom string representation, using its ordering, title, and duration.
277277

278278
import time
279279

0 commit comments

Comments
 (0)