From c3db237f592b96ec934e8667ac06e2139e697b13 Mon Sep 17 00:00:00 2001 From: David Eyers Date: Mon, 10 May 2021 21:57:44 +1200 Subject: [PATCH] docs: typo "it's" -> "its" (#3451) Signed-off-by: David Eyers --- docs/content/philosophy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/philosophy.md b/docs/content/philosophy.md index 0ee2f85b1f..0cefb9f3df 100644 --- a/docs/content/philosophy.md +++ b/docs/content/philosophy.md @@ -171,7 +171,7 @@ virtual documents named `data.iam.user_has_role` and `data.acme.user_is_assigned > [1] OPA has excellent support for loading JSON and YAML because they are prevalent > in modern systems however OPA is not tied to any particular data format. OPA -> uses it's own internal representation for structures like maps and lists (a.k.a., +> uses its own internal representation for structures like maps and lists (a.k.a., > objects and arrays in JSON.) > [2] The term "document" comes from the document-oriented database world. Document