You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/02/09 20:52:46 UTC

[jena-site] branch main updated: Typo

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 061c394  Typo
061c394 is described below

commit 061c39424ef692029855886d3d5c1656de0f6070
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Wed Feb 9 20:52:34 2022 +0000

    Typo
---
 source/documentation/geosparql/geosparql-assembler.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/source/documentation/geosparql/geosparql-assembler.md b/source/documentation/geosparql/geosparql-assembler.md
index 5e06f17..09929aa 100644
--- a/source/documentation/geosparql/geosparql-assembler.md
+++ b/source/documentation/geosparql/geosparql-assembler.md
@@ -5,7 +5,7 @@ title: GeoSPARQL Assembler
 Details of the GeoSPARQL support are proivded on the [GeoSPARQL page](index).
 
 The assembler for GeoSPARQL support is part of the `jena-geosparql` artifact and
-miost be on the Fuseki server classpath.
+must be on the Fuseki server classpath, along with its dependencies.
 
     <dependency>
       <groupId>org.apache.jena</groupId>
@@ -18,7 +18,7 @@ or download the binary from the
 
 The GeoSPARQL assembler can be used in a Fuseki configuration file.
 
-This example is of a read-only 
+This example is of a read-only: 
 
 ```
 PREFIX fuseki:    <http://jena.apache.org/fuseki#>