Skip to content

Commit 5e9583b

Browse files
committed
Update typos
1 parent 2893506 commit 5e9583b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/features/elasticsearch/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h4>Provides something like DB materialised views</h4>
163163
For example, product pricing might be refreshed every midnight.
164164
</p>
165165
<p>
166-
ElasticSearch indexes can viewed in a similar way to DB materialised views. They represent
166+
ElasticSearch indexes can be viewed in a similar way to DB materialised views. They represent
167167
a materialised (document orientated) view of the data which can be updated in near real time with each commit
168168
or updated in a more periodic batch fashion.
169169
</p>

docs/features/l2cache/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h2 id="read-consistency">Eventual consistency</h2>
235235
<p>
236236
This means it operates a bit like "replication lag". Data returned from the L2 cache can be (milliseconds) out
237237
of date. Changes will be made to the cache in a relatively short time (milliseconds) but there isn't the
238-
gauruntee of read consistency that our transactional database provides.
238+
guarantee of read consistency that our transactional database provides.
239239
</p>
240240
<p>
241241
With Ebean L2 caching there is no attempt to provide transactional read consistency.

0 commit comments

Comments
 (0)