Skip to content

Commit 98604bc

Browse files
committed
typos
1 parent 74d6b9d commit 98604bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/intro.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ It can be installed in a GitHub ontology repository, where it then watches for i
66
When it sees that string, Ontobot scans the issue for a bulleted list of ontology change requests, written in the KGCL syntax.
77
Ontobot reads the list of one or more KGCL commands, and automatically generates a GitHub Pull Request that will make the requested change(s) in the ontology source file.
88

9-
Ontobo workflows are defined using YAML files, and placed in a directory called .github/workflows within the repository.
9+
Ontobo workflows are defined using YAML files, and placed in a directory called `.github/workflows` within the repository.
1010
The Ontobot manual provides YAML templates, which can be downloaded, customized, and added to the GitHub repository where your ontology source file is maintained:
11-
.github/workflows/ontobot.yaml.
11+
`.github/workflows/ontobot.yaml`.
1212

1313
KGCL can express common ontology editing operations (such as modifying a label or a definition, obsoleting a term, moving a term under another parent term, etc.)
1414
using a syntax as close as possible to natural English language.
15-
As an example, the KGCL command to change the name of the ontology term with the ID ENVO:01000575 from wax to oil is “rename ENVO:01000575 from wax to oil”.
15+
As an example, the KGCL command to change the name of the ontology term with the ID ENVO:01000575 from 'wax' to 'oil' is “rename ENVO:01000575 from 'wax' to 'oil'”.
1616

1717
The grammar defining KGCL can be found `here <https://github.com/INCATools/kgcl/blob/main/src/kgcl_schema/grammar/kgcl.lark>`_.`

0 commit comments

Comments
 (0)