Skip to content

Commit 88d6e5a

Browse files
authored
Fixed typos.
1 parent 92aacea commit 88d6e5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Simple Access Layer (SAL)
33

44
A data access and storage middleware.
55

6-
Provides a heirarchical organisational structure into which various, administrator defined data sources can be stored. Users can locate, read and write data using a simple API.
6+
Provides a hierarchical organisational structure into which various, administrator defined data sources can be stored. Users can locate, read and write data using a simple API.
77

8-
The SAL server provides a REST API to access and modify data (where permitted). Client libraries for python are provided that automatically deserialise and convert the SAL data classes into equivalent python objects.
8+
The SAL server provides a REST API to access and modify data (where permitted). Client libraries for python are provided that automatically de-serialise and convert the SAL data classes into equivalent python objects.
99

10-
The backend persistance storage is easily replacable to enable data to be easily stored using a range of different technologies - object stores, filesystems, databases.
10+
The backend persistence storage is easily replaceable to enable data to be easily stored using a range of different technologies - object stores, filesystems, databases.
1111

1212
Background
1313
----------

0 commit comments

Comments
 (0)