From d0b197f54d592f0f90e87d157b2d4a0ee03e287d Mon Sep 17 00:00:00 2001 From: Shunta Hayashi <201278530+taiman724@users.noreply.github.com> Date: Mon, 25 May 2026 11:29:30 +0900 Subject: [PATCH] docs: fix typo in create-json-ad.md ("exsisting" -> "existing") --- docs/src/create-json-ad.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/create-json-ad.md b/docs/src/create-json-ad.md index 5db274cb6..d0639b715 100644 --- a/docs/src/create-json-ad.md +++ b/docs/src/create-json-ad.md @@ -53,7 +53,7 @@ Adding a Class helps people to understand the data, and it can provide guarantee We can also use Classes to render Forms, which can be useful when the data should be edited later. For example, the BlogPost item -## Using exsisting Ontologies, Classes and Ontologies +## Using existing Ontologies, Classes and Ontologies Ontologies are groups of concepts that describe some domain. For example, we could have an Ontology for Blogs that links to a bunch of related _Classes_, such as BlogPost and Person.