From 8d7c100fa1bfdd0bc527df36522b77a3be563758 Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Thu, 22 Aug 2019 10:17:52 +0100 Subject: [PATCH] fix docs issue --- TESTS/integration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTS/integration/README.md b/TESTS/integration/README.md index f78f42f416..99685b2543 100644 --- a/TESTS/integration/README.md +++ b/TESTS/integration/README.md @@ -19,7 +19,7 @@ Mbed OS provides a set of integration tests to help users identify integration i ## Execute tests -The integration test requires both the connectivity and and storage device to configured. +The integration test requires both the connectivity and storage device to configured. If a platform has both of them enabled by default ( in `targets.json`), then the tests can be compiled and run from inside the mbed-os directory:: ```