Skip to content

Commit d84a3ae

Browse files
authored
Merge pull request #109775 from SnehaGunda/PrivateLinks
Fixing link
2 parents 9768fa8 + 1ad523c commit d84a3ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/sql-api-nodejs-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Now let's learn to create a basic Hello World Node.js project using the Express
7979
npm start
8080
```
8181

82-
1. You can view your new application by navigating your browser to [http://localhost:3000](http://localhost:3000).
82+
1. You can view your new application by navigating your browser to `http://localhost:3000`.
8383

8484
![Learn Node.js - Screenshot of the Hello World application in a browser window](./media/sql-api-nodejs-application/cosmos-db-node-js-express.png)
8585

@@ -355,7 +355,7 @@ Now that you have completed the initial setup and configuration, next you will w
355355

356356
## <a name="_Toc395783181"></a>Build a user interface
357357

358-
Now lets build the user interface so that a user can interact with the application. The Express application we created in the previous sections uses **Jade** as the view engine.
358+
Now let's build the user interface so that a user can interact with the application. The Express application we created in the previous sections uses **Jade** as the view engine.
359359

360360
1. The **layout.jade** file in the **views** directory is used as a global template for other **.jade** files. In this step you will modify it to use Twitter Bootstrap, which is a toolkit used to design a website.
361361

0 commit comments

Comments
 (0)