Skip to content

Commit

Permalink
registerFunctionToBeCalledBeforeCardSending : error in documentation (#…
Browse files Browse the repository at this point in the history
…8035)

Signed-off-by: vlo-rte <[email protected]>
  • Loading branch information
vlo-rte authored and ClementBouvierN committed Feb 26, 2025
1 parent 072679d commit a4bc96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/reference_doc/ui_api.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ If the method throws an error, the error message will be shown to the user on th
For example :

```
opfab.currentCard.registerFunctionToBeCalledBeforeCardSending( async(cardToBeSent) => {
opfab.currentUserCard.registerFunctionToBeCalledBeforeCardSending( async(cardToBeSent) => {

// do some stuff

Expand Down

0 comments on commit a4bc96a

Please sign in to comment.