From 5fbb2793a9e2cf024be4e692ea2b969cdcc9a510 Mon Sep 17 00:00:00 2001 From: nat236919 Date: Tue, 19 Oct 2021 14:58:58 +0800 Subject: [PATCH] docs(tutorial: 5): improve wording (#8218) --- docs/tutorial/5-relationships-and-hyperlinked-apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/5-relationships-and-hyperlinked-apis.md b/docs/tutorial/5-relationships-and-hyperlinked-apis.md index f999fdf50..d3e979633 100644 --- a/docs/tutorial/5-relationships-and-hyperlinked-apis.md +++ b/docs/tutorial/5-relationships-and-hyperlinked-apis.md @@ -51,7 +51,7 @@ And then add a url pattern for the snippet highlights: ## Hyperlinking our API -Dealing with relationships between entities is one of the more challenging aspects of Web API design. There are a number of different ways that we might choose to represent a relationship: +Dealing with relationships between entities is one of the most challenging aspects of Web API design. There are a number of different ways that we might choose to represent a relationship: * Using primary keys. * Using hyperlinking between entities.