fix typo (#4896)
This commit is contained in:
parent
5624b2e7f9
commit
18df55284e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Ruby on Rails is a web framework heavy on conventions over configuration. All el
|
|||
before_action :set_cache_control_headers
|
||||
```
|
||||
|
||||
We also user server-side caching [Rails caching](https://guides.rubyonrails.org/caching_with_rails.html). Any time you see `Rails.cache` or `<%= cache ... %>`, this is code affected in production by caching.
|
||||
We also use server-side caching [Rails caching](https://guides.rubyonrails.org/caching_with_rails.html). Any time you see `Rails.cache` or `<%= cache ... %>`, this is code affected in production by caching.
|
||||
|
||||
## We use inline CSS and deferred scripts for usage performance improvements
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue