From 758e4f4dc5b3bf88d9da3963cbe452ab2f626522 Mon Sep 17 00:00:00 2001 From: momdo Date: Tue, 17 May 2016 20:36:44 +0900 Subject: [PATCH] Editorial: missing word https://html.spec.whatwg.org/multipage/microdata.html#vcard > related > ... > The value must an item with one url property and one rel properties. Correctly, The value must ***be*** an item with one url property and one rel properties. --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index 0a1377b6c92..79972bf6edc 100644 --- a/source +++ b/source @@ -69754,7 +69754,7 @@ Demos:

Gives a relationship to another entity.

-

The value must an The value must be an item with one url property and one rel properties.