From 6c598c1565cf3b1162e321ae64b180712d4441ef Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Mon, 12 Oct 2015 17:25:07 +0200 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 16aca14..9081fef 100644 --- a/Contributing.md +++ b/Contributing.md @@ -80,7 +80,7 @@ To ensure your changes did not introduce any regressions you need to run the tes * `load` test: checks if the PDF file can be loaded without crashing * `eq` test: a reference test that takes correctly rendered snapshots and compares them to snapshots from the current code -* `text` test: a reference test that takes snapshots of the `textLayer` layout and compares them to snapshots from the current code +* `text` test: a reference test that takes snapshots of the `textLayer` overlay and compares them to snapshots from the current code * `fbf` test: a forward-back-forward test * Unit tests: Jasmine unit tests that are run separately from the above tests