From e062efe6f2528114f71f5c68ec9792b1c2cd2ee6 Mon Sep 17 00:00:00 2001 From: Jason Owen Date: Fri, 28 Jul 2017 16:13:48 -0400 Subject: [PATCH] Fix typo in custom structures documentation --- src/site/xdoc/doc_custom_structures.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/doc_custom_structures.xml b/src/site/xdoc/doc_custom_structures.xml index 594caadf219..f323deb7e76 100644 --- a/src/site/xdoc/doc_custom_structures.xml +++ b/src/site/xdoc/doc_custom_structures.xml @@ -12,7 +12,7 @@

Typically, when working with FHIR the right way to provide your own extensions is to work with existing resource types and simply - ass your own extensions and/or constrain out fields you don't + add your own extensions and/or constrain out fields you don't need.