Skip to content

Commit

Permalink
Fix typo (#73)
Browse files Browse the repository at this point in the history
devmotion authored Jul 11, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4f33b63 commit 9841eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/ehr_launch.jl
Original file line number Diff line number Diff line change
@@ -166,7 +166,7 @@ function provider_ehr_launch_part_two(
headers = Dict(authorize_response.headers)
let
error_msg = string(
"Something when wrong when authenticating to the EHR. ",
"Something went wrong when authenticating to the EHR. ",
"One possible explanation is that your `redirect_uri` value does not exactly ",
"match any of the `redirect_uri` values that are on file with the EHR.",
)

0 comments on commit 9841eec

Please sign in to comment.