From 656a03537b20a51f688323a77eb95da7b051acd0 Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Sat, 8 Jul 2017 14:02:37 +0100 Subject: [PATCH] slight testing.md rewording --- content/patterns/coding/tested.md | 2 +- docs/patterns/coding/tested/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/patterns/coding/tested.md b/content/patterns/coding/tested.md index 33fd0ea..0243ae8 100644 --- a/content/patterns/coding/tested.md +++ b/content/patterns/coding/tested.md @@ -26,4 +26,4 @@ The value for the `using` attribute follows a specific format: each testing setu * Firefox Android * Safari iOS -Obviously, this is not a comprehensive list and more may be added over time. But it covers most of the main browsers for pairing with other software — at least in testing. +Obviously, this is not a comprehensive list and more may be added over time. But it covers most of the main browsers for pairing with other software — at least for testing purposes. diff --git a/docs/patterns/coding/tested/index.html b/docs/patterns/coding/tested/index.html index 36ea731..ca7429c 100644 --- a/docs/patterns/coding/tested/index.html +++ b/docs/patterns/coding/tested/index.html @@ -301,7 +301,7 @@
  • Safari iOS
  • -

    Obviously, this is not a comprehensive list and more may be added over time. But it covers most of the main browsers for pairing with other software — at least in testing.

    +

    Obviously, this is not a comprehensive list and more may be added over time. But it covers most of the main browsers for pairing with other software — at least for testing purposes.