Skip to content

Commit 5120e79

Browse files
authored
Update more-about-models.md
1 parent e6e0e03 commit 5120e79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/more-about-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ There is also **\LeanOrm\CachingModel** class that is meant to cache method retu
4545
all instances of **\LeanOrm\CachingModel** and its sub-classes (on each invocation of a php script
4646
via command line or a webserver) where possible to improve performance. You can use it instead of
4747
**\LeanOrm\Model** in your applications. The cached results do not persist between different
48-
execution of your php script(s).
48+
executions of your php script(s).
4949

5050
As at of the writing of this documentation, there are only two protected methods whose results
5151
are being cached by **\LeanOrm\CachingModel**:
@@ -1581,4 +1581,4 @@ The code above should output something like this below:
15811581
That's all for query logging. To learn more take a look at the source code for the query logging related methods in **\LeanOrm\Model**.
15821582

15831583

1584-
[<<< Previous](./getting-started.md) | [Next >>>](./more-about-records.md)
1584+
[<<< Previous](./getting-started.md) | [Next >>>](./more-about-records.md)

0 commit comments

Comments
 (0)