From 4d75ba774965ae80b1a9c97ffca61b034e869795 Mon Sep 17 00:00:00 2001 From: Ilya Vassilevsky Date: Mon, 23 Feb 2015 01:44:17 +0300 Subject: [PATCH] Fix grammar in a scenario --- middleman-core/features/asset_hash.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/middleman-core/features/asset_hash.feature b/middleman-core/features/asset_hash.feature index a8853358..e64c9208 100644 --- a/middleman-core/features/asset_hash.feature +++ b/middleman-core/features/asset_hash.feature @@ -1,4 +1,4 @@ -Feature: Assets get a file hash appended to their and references to them are updated +Feature: Assets get file hashes appended to them and references to them are updated Scenario: Hashed-asset files are produced, and HTML, CSS, JSON and JavaScript gets rewritten to reference the new files Given a successfully built app at "asset-hash-app" When I cd to "build"