Skip to content

Commit

Permalink
Correcting an error in ViewQuote intent example
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Aug 3, 2021
1 parent 0f240e8 commit f647722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/intents/ref/ViewQuote.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const instrument = {
}
}

fdc3.raiseIntent('fdc3.ViewQuote', instrument)
fdc3.raiseIntent('ViewQuote', instrument)
```

## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const instrument = {
}
}

fdc3.raiseIntent('fdc3.ViewQuote', instrument)
fdc3.raiseIntent('ViewQuote', instrument)
```

## See Also
Expand Down

0 comments on commit f647722

Please sign in to comment.