Skip to content

Commit 45a4d7d

Browse files
Daniel SalinasDaniel Salinas
authored andcommitted
fix capitlizations
1 parent f431d9a commit 45a4d7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ All notable changes to this project will be documented in this file.
77
## [Unreleased] - ReleaseDate
88

99
### Features
10-
- Configuration of the session store has been changed to allow for use of either indexeddb
11-
or sqlite on relevant platforms. These can be enabled via features, `indexeddb` or `sqlite`.
10+
- Configuration of the session store has been changed to allow for use of either IndexedDb
11+
or SQLite on relevant platforms. These can be enabled via features, `indexeddb` or `sqlite`.
1212

1313
Previously the code to configure a sqlite session would look something like this in a host language:
1414
```
1515
builder
1616
.sessionPaths("data_path", "cache_path")
1717
.passphrase("foobar")
1818
```
19-
With the new system, a helper object is exposed for either Sqlite or IndexedDB to group those settings.
19+
With the new system, a helper object is exposed for either SQLite or IndexedDB to group those settings.
2020
```
2121
builder
2222
.session_store_sqlite(

0 commit comments

Comments
 (0)