From 7a7793a8b9ec7071bcd1e0db12955a580e34da0c Mon Sep 17 00:00:00 2001 From: Shaumik-Ashraf Date: Thu, 20 Jun 2024 09:15:35 -0400 Subject: [PATCH] Fix typo 'requests' in inferno template (#509) --- lib/inferno/apps/cli/templates/lib/%library_name%.rb.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/inferno/apps/cli/templates/lib/%library_name%.rb.tt b/lib/inferno/apps/cli/templates/lib/%library_name%.rb.tt index 511e487da..12e363228 100644 --- a/lib/inferno/apps/cli/templates/lib/%library_name%.rb.tt +++ b/lib/inferno/apps/cli/templates/lib/%library_name%.rb.tt @@ -21,7 +21,7 @@ module <%= module_name %> oauth_credentials :credentials end - # All FHIR validation requsets will use this FHIR validator + # All FHIR validation requests will use this FHIR validator fhir_resource_validator do # igs 'identifier#version' # Use this method for published IGs/versions # igs 'igs/filename.tgz' # Use this otherwise