From 6c187b8470f1c6229707a7ac1b1ab9b1c282f12e Mon Sep 17 00:00:00 2001 From: Ghouse Mohamed Date: Sun, 27 Mar 2022 23:18:01 +0530 Subject: [PATCH] Fix typo: syntetic -> synthetic --- performance/theme_runner.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/theme_runner.rb b/performance/theme_runner.rb index d5abd13d..3dd5548e 100644 --- a/performance/theme_runner.rb +++ b/performance/theme_runner.rb @@ -3,7 +3,7 @@ # This profiler run simulates Shopify. # We are looking in the tests directory for liquid files and render them within the designated layout file. # We will also export a substantial database to liquid which the templates can render values of. -# All this is to make the benchmark as non syntetic as possible. All templates and tests are lifted from +# All this is to make the benchmark as non synthetic as possible. All templates and tests are lifted from # direct real-world usage and the profiler measures code that looks very similar to the way it looks in # Shopify which is likely the biggest user of liquid in the world which something to the tune of several # million Template#render calls a day.