Skip to content

Commit 54912b7

Browse files
Merge pull request #360 from Syncfusion-Content/hotfix/hotfix-v25.2.3
DOCINFRA-2341_merged_using_automation
2 parents 4376beb + 62d75ed commit 54912b7

11 files changed

+11
-11
lines changed

angular/GettingStarted/getting-started-angular-cli-with-electron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following steps depicts, to create an application in angular-cli with Syncfu
2020

2121
## Prerequisites
2222

23-
* [Node JS](https://nodejs.org/en/) (v6.x.x or higher)
23+
* [Node.js](https://nodejs.org/en/) (v6.x.x or higher)
2424
* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions) (v3.x.x or higher)
2525

2626
The following synopsis illustrates the major steps in creation of application.

angular/GettingStarted/getting-started-angular-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following steps depicts, to create an application in angular-cli with Syncfu
1616

1717
## Prerequisites
1818

19-
* [Node JS](https://nodejs.org/en/) (v6.x.x or higher)
19+
* [Node.js](https://nodejs.org/en/) (v6.x.x or higher)
2020
* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions) (v3.x.x or higher)
2121

2222
The following synopsis illustrates the major steps in creation of application.

angular/GettingStarted/getting-started-angular-with-mvc-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To render Syncfusion Angular components in ASP .NET MVC project:
2424

2525
## Prerequisites
2626

27-
* [Node JS](https://nodejs.org/en/) ( v6.x.x or higher)
27+
* [Node.js](https://nodejs.org/en/) ( v6.x.x or higher)
2828
* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions) (v3.x.x or higher)
2929
* Install Visual Studio 2015 Update 3
3030
* Install TypeScript 2.2 for Visual Studio 2015

angular/GettingStarted/getting-started-with-angular-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This tutorial explains how to integrate Syncfusion Angular components into [Angu
1717

1818
## Prerequisites
1919

20-
* [Node JS](https://nodejs.org/en/) (v6.x.x or higher)
20+
* [Node.js](https://nodejs.org/en/) (v6.x.x or higher)
2121
* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions) (v3.x.x or higher)
2222

2323

angular/GettingStarted/getting-started-with-dotnet-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To getting started with Syncfusion Angular Components, the NPM packages [ej-angu
2828

2929
## Prerequisites
3030

31-
* [Node JS](https://nodejs.org/en)(v6.x.x or higher)
31+
* [Node.js](https://nodejs.org/en)(v6.x.x or higher)
3232
* [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)(v4.x.x or higher)
3333
* [.NET Core SDK 2.1.*](https://dotnet.microsoft.com/en-us/download#/current)
3434

angular/GettingStarted/getting-started-with-dotnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ We can create an Angular Application on SPA template using two ways.
1616

1717
## Prerequisites
1818

19-
* [Node JS](https://nodejs.org/en/)(v6.x.x or higher)
19+
* [Node.js](https://nodejs.org/en/)(v6.x.x or higher)
2020
* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions)(v4.x.x or higher)
2121
* [.NET Core SDK 2.0](https://www.microsoft.com/net/download/core#/current)
2222

angular/GettingStarted/getting-started-with-electron-systemjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The below steps depict how to create desktop app of Syncfusion Angular seed appl
1717

1818
## Prerequisites
1919

20-
* [Node JS](https://nodejs.org/en/) (v6.x.x or higher)
20+
* [Node.js](https://nodejs.org/en/) (v6.x.x or higher)
2121
* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions) (v5.4.2 or higher)
2222

2323
## Synopsis

angular/GettingStarted/getting-started-with-electron-webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The below steps depict how to create desktop app of Syncfusion Angular seed appl
1717

1818
## Prerequisites
1919

20-
* [Node JS](https://nodejs.org/en/) (v6.x.x or higher)
20+
* [Node.js](https://nodejs.org/en/) (v6.x.x or higher)
2121
* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions) (v5.4.2 or higher)
2222

2323
## Synopsis

angular/GettingStarted/getting-started-with-visual-studio-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ASP.NET Core is a cross-platform framework for building applications such as web
2424

2525
## Prerequisites
2626

27-
* [Node JS](https://nodejs.org/en/) ( v6.x.x or higher)
27+
* [Node.js](https://nodejs.org/en/) ( v6.x.x or higher)
2828
* [NPM](https://docs.npmjs.com/getting-started/installing-node#install-npm--manage-npm-versions) (v3.x.x or higher)
2929
* Install Visual Studio 2015 Update 3
3030
* Configure External Web Tools

angular/GettingStarted/getting-started-with-yeoman-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To getting started with Syncfusion Angular Components, the NPM packages [ej-angu
2828

2929
## Prerequisites
3030

31-
* [Node JS](https://nodejs.org/en)(v6.x.x or higher)
31+
* [Node.js](https://nodejs.org/en)(v6.x.x or higher)
3232
* [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)(v4.x.x or higher)
3333
* [.NET Core SDK 1.1](https://dotnet.microsoft.com/en-us/download#/current)
3434

angular/GettingStarted/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We have implemented seed application in GitHub repository [Syncfusion Angular se
1717

1818
## Prerequisite
1919

20-
* [Node JS](https://nodejs.org/en) (v6.x.x or higher).
20+
* [Node.js](https://nodejs.org/en) (v6.x.x or higher).
2121
* [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) (4.x.x or higher).
2222

2323
To get deep understanding about Syncfusion Angular seed application with SystemJS and Webpack, refer below links.

0 commit comments

Comments
 (0)