Skip to content

Commit 82461be

Browse files
committed
fixed step numbers
1 parent 3ee5562 commit 82461be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/tutorial-v2-nodejs-desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ This preload script exposes a renderer methods to give the renderer process cont
8080

8181
*CustomProtocolListener* class can be instantiated in order to register and unregister a custom typed protocol on which MSAL Node can listen for Auth Code responses.
8282

83-
8. Finally, create a file named *constants.js* that will store the strings constants for describing the application **events**:
83+
6. Finally, create a file named *constants.js* that will store the strings constants for describing the application **events**:
8484

8585
:::code language="js" source="~/ms-identity-JavaScript-nodejs-desktop/App/constants.js":::
8686

0 commit comments

Comments
 (0)