Skip to content

Commit 30b44ba

Browse files
authored
Change from Java to javascript on codeblock
1 parent d3e2811 commit 30b44ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-dps/quick-enroll-device-tpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ This section shows you how to create a .NET Core console app that adds an indivi
234234
235235
2. Using a text editor, create a _create_individual_enrollment.js_ file in your working folder. Add the following code to the file:
236236
237-
```Java
237+
```javascript
238238
'use strict';
239239

240240
var provisioningServiceClient = require('azure-iot-provisioning-service').ProvisioningServiceClient;

0 commit comments

Comments
 (0)