Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtquach1 committed Jan 18, 2024
1 parent 8fbf5a4 commit 995bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/ncpdpScriptBuilder/buildScript.v2017071.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function buildRxStatus(caseNumber, doctorName, drugNames) {
From: 'Pharmacy' // Placeholder: This is dependant on individual pharmacy
},
{
Message: 'NewRx Request Recieved For: ' + drugNames
Message: 'NewRx Request Received For: ' + drugNames
},
{
RelatesToMessageID: caseNumber // Placeholder: This is dependant on individual pharmacy, using Case Number
Expand Down

0 comments on commit 995bd35

Please sign in to comment.