From 62e2fc498ef97db3c8027ca398e44ecb6b0f5d3d Mon Sep 17 00:00:00 2001 From: Douglas Fils Date: Tue, 3 Dec 2024 09:12:20 -0600 Subject: [PATCH] Fix typos in qlever.md. Correct spelling errors in the instructions for setting up the ODIS graph directory. Improved clarity and accuracy of the setup process description to enhance user understanding. --- book/users/qlever.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/book/users/qlever.md b/book/users/qlever.md index 8919915c..7ff662d1 100644 --- a/book/users/qlever.md +++ b/book/users/qlever.md @@ -19,10 +19,10 @@ configuration files. Make sure the command ```qlever``` is now in your PATH variable. You may need to modify your path variable to ensure it is. -First, creat a working directory for the ODIS graph to live in on your system. +First, create a working directory for the ODIS graph to live in on your system. Call this anything you wish, here I will use ```odis-oih-graph```. -Then change diretory, cd, into that new directory and run the +Then change directory, cd, into that new directory and run the following commands from there. ```bash @@ -37,7 +37,7 @@ The raw SPARQL endpoint should be on port 7019 if you wish to use your own SPARQL client. See [GleanerIO Architype Tooling](https://github.com/gleanerio/archetype/blob/master/docs/tooling.md) for some references to clients and other related tooling. -If you also ran the UI command you should get +If you also ran the UI command, you should get ``` The QLever UI should now be up at http://localhost:8176 ...You can log in as QLever UI admin with username and password "demo"