From 9eedd6c57ae08ad3cc2ae0d480bd399af01eb029 Mon Sep 17 00:00:00 2001 From: laDanz Date: Fri, 9 Apr 2021 14:12:45 +0200 Subject: [PATCH] Update development.md little grammar fix --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index adc51cccf..22b110e28 100644 --- a/docs/development.md +++ b/docs/development.md @@ -74,7 +74,7 @@ To start working with the e2e tests: The rendering tests are very straightforward to create. There is a function `imgSnapshotTest`, which takes a diagram in text form and the mermaid options, and it renders that diagram in Cypress. -When running in CI it will take a snapshot of the rendered diagram and compare it with the snapshot from last build and flag for review it if it differs. +When running in CI it will take a snapshot of the rendered diagram and compare it with the snapshot from last build and flag it for review if it differs. This is what a rendering test looks like: