From 572f8488206f361fb455d4bd92bd89bd8da4caea Mon Sep 17 00:00:00 2001 From: machiko Date: Fri, 16 Mar 2018 08:54:54 +0800 Subject: [PATCH] chore: grammar / readability linting --- developer/revisions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/revisions.md b/developer/revisions.md index 8efd8c278..1495dca7f 100644 --- a/developer/revisions.md +++ b/developer/revisions.md @@ -6,7 +6,7 @@ When changes are made to a product, a collection hook in `/imports/plugins/core/ ## Publishing revisions -The `Publish` button in the admin is used to publish revisions to the `Products` collection, and subsequently to the `Catalog` collection as a denormalized product document. The publish button is always active, even if there are no revisions to publish. In this case, the products are published directly to the `Catalog` collection, bypasing revision control. +The `Publish` button in the admin is used to publish revisions to the `Products` collection, and subsequently to the `Catalog` collection as a denormalized product document. The publish button is always active, even if there are no revisions to publish. When there are no revisions to publish, the products are published directly to the `Catalog` collection, bypassing revision control. ## Schema