From 18df55284e29d2ebf82ec09da7456513e5b82664 Mon Sep 17 00:00:00 2001 From: Takuma Date: Mon, 25 Nov 2019 22:16:35 +0900 Subject: [PATCH] fix typo (#4896) --- docs/technical-overview/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/technical-overview/architecture.md b/docs/technical-overview/architecture.md index e16c18aaa..cec4d3949 100644 --- a/docs/technical-overview/architecture.md +++ b/docs/technical-overview/architecture.md @@ -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