diff --git a/docs/modules/ROOT/pages/install.adoc b/docs/modules/ROOT/pages/install.adoc
index 39daafc8..d3a0a532 100644
--- a/docs/modules/ROOT/pages/install.adoc
+++ b/docs/modules/ROOT/pages/install.adoc
@@ -22,7 +22,7 @@ You can check that the extension is mounted by running
 ----
 :GET http://localhost:7474/rdf/ping
 ----
-The previous command assumes you're running neo4j on your local machine, replace `localhos` with the host name if that is not the case.
+The previous command assumes you're running neo4j on your local machine, replace `localhost` with the host name if that is not the case.
 
 **Note on build**
 
@@ -40,4 +40,4 @@ it will produce two jars
 Please provide feedback and report bugs as https://github.com/jbarrasa/neosemantics/issues[GitHub issues] or join the https://community.neo4j.com/[Neo4j Community] forum.
 
 == Acknowledgements
-Neosemantics uses https://rdf4j.eclipse.org/[rdf4j] for parsing and serialising RDF. Eclipse rdf4j is a powerful Java framework for processing and handling RDF data.
\ No newline at end of file
+Neosemantics uses https://rdf4j.eclipse.org/[rdf4j] for parsing and serialising RDF. Eclipse rdf4j is a powerful Java framework for processing and handling RDF data.