From b71880e39ea06392a0a9aefdf40bc2621831dbef Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Wed, 25 May 2022 12:55:16 -0400 Subject: [PATCH] Update src/test/smoketest/SMOKE_TEST.md Co-authored-by: Ken Stevens --- src/test/smoketest/SMOKE_TEST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/smoketest/SMOKE_TEST.md b/src/test/smoketest/SMOKE_TEST.md index 3610e6f..5f79825 100644 --- a/src/test/smoketest/SMOKE_TEST.md +++ b/src/test/smoketest/SMOKE_TEST.md @@ -15,7 +15,7 @@ For more details on integrated tooling and request syntax, there is [documentati on the jetbrains website, in addition to the [API reference][Link-HTTP-Client-Req-API]. ### Formatting -As mentioned, each test file corresponds to a given section within the hapifhir documentation as close as possible. For +Each test file corresponds to a given section within the hapifhir documentation as close as possible. For example, there is a `plain_server.rest` file, which attemps to smoke test all basic functionality outlined in the section [within the docs][Link-HAPI-FHIR-docs-plain-server].