Skip to content

Commit c4ea6dc

Browse files
committed
Fix Node.js capitalization
1 parent a8688b4 commit c4ea6dc

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

content/en/docs/howto8/front-end/customize-styling/use-gulp-and-sass/sass-eight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ Other issues might occur with SVN and possible rewriting of *Gulpfile.js*. To fi
222222

223223
* Remove *node_modules*, *package.json*, *package-lock.json* and *Gulpfile.js*, then replace them with a fresh copy downloaded from Mendix's [ux-theming repository](https://github.com/mendix/ux-theming/)
224224
* Ignore not only *node_modules* but also *Gulpfile.js* — this means you will have to add the *Gulpfile* to the project if you download it again or someone in your team is working on it
225-
* Make sure you are using the most recent LTS version of [NodeJS](https://nodejs.org/en/)
225+
* Make sure you are using the most recent LTS version of [Node.js](https://nodejs.org/en/)
226226

227227
## 8 Read More
228228

content/en/docs/howto8/mobile/hybrid-mobile/build-hybrid-apps/build-hybrid-locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This document describes how to build your hybrid apps locally.
1919
**Prerequisites:**
2020

2121
* A Mac OSX machine
22-
* Install [NodeJS 18](https://nodejs.org/download/release/latest-v18.x/) using the all-in-one installation option
22+
* Install [Node.js 18](https://nodejs.org/download/release/latest-v18.x/) using the all-in-one installation option
2323
* Download your [local build package](/developerportal/deploy/mobileapp/#doing-it-yourself) from Cloud Portal and unzip it in a known location
2424
* Register for an [Apple Developer Account](https://developer.apple.com/register/index.action)
2525
* Install [Xcode](https://apps.apple.com/us/app/xcode/id497799835?mt=12) and its command-line tools
@@ -113,7 +113,7 @@ Using Xcode can be easier than the Cordova CLI due to Xcode's friendly visual in
113113
**Prerequisites:**
114114

115115
* Install [AndroidStudio](https://developer.android.com/studio)
116-
* Install [NodeJS 18](https://nodejs.org/download/release/latest-v18.x/) using the all-in-one installation option
116+
* Install [Node.js 18](https://nodejs.org/download/release/latest-v18.x/) using the all-in-one installation option
117117
* Install JDK 1.8
118118
* Create a keystore using [Generating a Keystore](/refguide8/managing-app-signing-keys/#generating-a-keystore)
119119
* Download the [local build package](/howto8/mobile/customizing-phonegap-build-packages/#download-local-package) from Cloud Portal and unzip it in a known location

content/en/docs/howto8/mobile/native-mobile/build-native-apps/how-to-devapps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The signed output of iOS build is an *IPA* file. If correctly signed, *IPA* file
7777
Before installing, make sure you have completed the following prerequisites:
7878

7979
* Have a Mac OSX machine
80-
* Install LTS builds of NodeJs and NPM (download [here](https://nodejs.org/en/))
80+
* Install LTS builds of Node.js and NPM (download [here](https://nodejs.org/en/))
8181
* Install Cocoapods ([installation instructions](https://cocoapods.org/#install))
8282
* Install the latest Xcode version
8383

content/en/docs/howto8/mobile/native-mobile/build-native-apps/use-cli-docs/how-to-devapps-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The signed output of iOS build is an *IPA* file. If correctly signed, *IPA* file
8080
Before installing, make sure you have completed the following prerequisites:
8181
8282
* Have a Mac OSX machine
83-
* Install LTS builds of NodeJs and NPM (download [here](https://nodejs.org/en/))
83+
* Install LTS builds of Node.js and NPM (download [here](https://nodejs.org/en/))
8484
* Install Cocoapods ([installation instructions](https://cocoapods.org/#install))
8585
* Install the latest Xcode version
8686

content/en/docs/refguide/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The signed output of iOS build is an *IPA* file. If correctly signed, *IPA* file
8787
Before installing, make sure you have completed the following prerequisites:
8888

8989
* Have a Mac OSX machine
90-
* Install LTS builds of NodeJs and NPM (download [here](https://nodejs.org/en/))
90+
* Install LTS builds of Node.js and NPM (download [here](https://nodejs.org/en/))
9191
* Install Cocoapods ([installation instructions](https://cocoapods.org/#install))
9292
* Install the latest Xcode version
9393

content/en/docs/refguide/mobile/distributing-mobile-apps/use-min-older-sp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Make It Native, just like any other native apps, relies on third party dependenc
5454
cd ios && pod install && cd ..
5555
```
5656

57-
If either command fails, make sure you have [NodeJS](https://nodejs.org/en) and [CocoaPods](https://cocoapods.org) installed. To build Make It Native for Apple devices, you need an Apple computer.
57+
If either command fails, make sure you have [Node.js](https://nodejs.org/en) and [CocoaPods](https://cocoapods.org) installed. To build Make It Native for Apple devices, you need an Apple computer.
5858

5959
### 1.2 Additional Setup Requirements
6060

content/en/docs/refguide9/mobile/distributing-mobile-apps/building-native-apps/how-to-devapps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The signed output of iOS build is an *IPA* file. If correctly signed, *IPA* file
8787
Before installing, make sure you have completed the following prerequisites:
8888

8989
* Have a Mac OSX machine
90-
* Install LTS builds of NodeJs and NPM (download [here](https://nodejs.org/en/))
90+
* Install LTS builds of Node.js and NPM (download [here](https://nodejs.org/en/))
9191
* Install Cocoapods ([installation instructions](https://cocoapods.org/#install))
9292
* Install the latest Xcode version
9393

content/en/docs/releasenotes/sdk/model-sdk/model-sdk-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ weight: 97
265265
* We added support for Mendix Metamodel [9.4.0](/releasenotes/sdk/metamodel-9.4/).
266266
* We improved the performance of by-name references.
267267
* We improved the `getFile` documentation in the Model SDK.
268-
* We removed usage of NodeJS's `util` library.
268+
* We removed usage of Node.js's `util` library.
269269

270270
## 4.52.0 {#452}
271271

0 commit comments

Comments
 (0)