We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c277022 + d96ae30 commit 66038baCopy full SHA for 66038ba
articles/communication-services/quickstarts/sms/includes/send-sms-java.md
@@ -216,5 +216,5 @@ You can use the `setTag` method to apply a tag to the delivery report.
216
- **PowerShell**
217
218
```PowerShell
219
- mvn exec:java "-Dexec.mainClass="com.communication.quickstart.App"" "-Dexec.cleanupDaemonThreads=false"
+ mvn exec:java "-Dexec.mainClass=com.communication.quickstart.App" "-Dexec.cleanupDaemonThreads=false"
220
```
0 commit comments