Skip to content

Commit 5c018ac

Browse files
authored
Merge pull request #351 from TallTed/patch-1
fix typos in index.html
2 parents 3443e7f + f9adce6 commit 5c018ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Documentation/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,15 @@ <h1>Block diagrams</h1>
4646
</ul>
4747

4848
<p>The rdflib library is modular. Higher level functions such as the Update Manager and the Fetcher depend on the
49-
core modules stch as the Store, which depends on low level parts such as the basic RDF model.
50-
<p>
51-
<img src="diagrams/rdflib-block-diagram.svg" alt="Separate modules perform different functions to provide local query, web access, and live update." />
49+
core modules such as the Store, which depends on low level parts such as the basic RDF model.
50+
</p>
51+
52+
<img src="diagrams/rdflib-block-diagram.svg" alt="Separate modules perform different functions to provide local query, web access, and live update." />
5253

5354
<p>
5455
The Fetcher module adds an awareness of the web of linked data, rather than just abstract RDF.
5556
It implements http(s): and file: URIs and tracks the metadata from the HTTP transaction and stores that also in the store.
56-
This diagram points out that the responsability for retrying accesss based which fail because of different HTTP errors and browser blocking in CORS
57+
This diagram points out that the responsibility for retrying access attempts which fail because of different HTTP errors and/or browser blocking in CORS
5758
are handled in various different places.
5859
</p>
5960

0 commit comments

Comments
 (0)