-
Notifications
You must be signed in to change notification settings - Fork 225
Spelling changes #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spelling changes #63
Conversation
@@ -10,11 +10,11 @@ | |||
[](https://raw.githubusercontent.com/GeneaLabs/laravel-model-caching/master/LICENSE) | |||
|
|||
## Impetus | |||
I created this package in response to a client project that had complex, nested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comma here was intentional.
README.md
Outdated
@@ -48,7 +48,7 @@ memcached). While this is optional, using a non-taggable cache provider will | |||
mean that the entire cache is cleared each time a model is created, saved, | |||
updated, or deleted. | |||
|
|||
For ease of maintenance, I would recommend adding a `BaseModel` model that | |||
For the ease of maintenance, I would recommend adding a `BaseModel` model that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the
is unnecessary here.
README.md
Outdated
@@ -66,7 +66,7 @@ abstract class BaseModel extends CachedModel | |||
``` | |||
|
|||
### Exception: User Model | |||
I would not recommend caching the user model, as it is a special case, since it | |||
I would not recommend caching the user model, as it is a special case since it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the comma here is correct grammar
README.md
Outdated
@@ -100,7 +100,7 @@ you should see somewhere around 100% performance increase. | |||
|
|||
## Commitment to Quality | |||
During package development I try as best as possible to embrace good design and | |||
development practices to try to ensure that this package is as good as it can | |||
development practices trying to ensure that this package is as good as it can |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps a comma is called for here instead: good design and development practices, to help ensure
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @fridzema thanks for the PR to try to keep my spelling adventures in check :) I made a few comments, if you could revert and update those as indicated, that would be great :) Thanks!
No description provided.