From 2e6bce7bb4977475e3dc58b51e825859e6d663d0 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Mon, 2 Jul 2018 08:31:34 +0200 Subject: [PATCH] fix(docs): typo in readme Fixes #42 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c6296b6..8cd55ef6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # ngx-speculoos ngx-speculoos helps you write simpler, cleaner unit tests for your Angular components, based on the -*page object* pattern. It also provides utilities to make writing Angular unit tests. +*page object* pattern. It also provides utilities to make writing Angular unit tests easier. The library simply wraps the standard Angular ComponentFixture, and you should thus be able to understand and start using ngx-speculoos in just a few minutes if you already know