Skip to content

Commit

Permalink
Fix typo 'requests' in inferno template (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaumik-Ashraf authored Jun 20, 2024
1 parent a8a7150 commit 7a7793a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/inferno/apps/cli/templates/lib/%library_name%.rb.tt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a7793a

Please sign in to comment.