Skip to content

Commit

Permalink
Merge pull request #439 from ChartIQ/fix-viewquote-example
Browse files Browse the repository at this point in the history
Correcting an error in ViewQuote intent example
  • Loading branch information
rikoe authored Oct 7, 2021
2 parents 5930503 + f647722 commit b3fb94d
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 b3fb94d

Please sign in to comment.