Skip to content

Commit 362e54e

Browse files
fixed code listing
- fixed console listing by putting in a fenced block - updated timestamp
1 parent 0284dc4 commit 362e54e

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docs/spfx/web-parts/get-started/build-a-hello-world-web-part.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Build your first SharePoint client-side web part (Hello World part 1)
33
description: Create a new web part project and preview it.
4-
ms.date: 02/10/2022
4+
ms.date: 01/19/2023
55
ms.localizationpriority: high
66
ms.custom: scenarios:getting-started
77
---
@@ -42,15 +42,17 @@ At this point, Yeoman creates the project scaffolding (folders & files) and inst
4242

4343
When the project scaffolding and dependency install process are complete, Yeoman will display a message similar to the following indicating it was successful:
4444

45-
_=+#####!
46-
###########| .-----------------------------------.
47-
###/ (##|(@) | Congratulations! |
48-
### ######| \ | Solution webpart-1 is created. |
49-
###/ /###| (@) | Run gulp serve to play with it! |
50-
####### ##| / '-----------------------------------'
51-
### /##|(@)
52-
###########|
53-
**=+####!
45+
```console
46+
_=+#####!
47+
###########| .-----------------------------------.
48+
###/ (##|(@) | Congratulations! |
49+
### ######| \ | Solution webpart-1 is created. |
50+
###/ /###| (@) | Run gulp serve to play with it! |
51+
####### ##| / '-----------------------------------'
52+
### /##|(@)
53+
###########|
54+
**=+####!
55+
```
5456

5557
> [!IMPORTANT]
5658
> NPM may display warnings and error messages during the installation of dependencies while it runs the `npm install` command. You can safely ignore these log warnings & error messages.

0 commit comments

Comments
 (0)