Skip to content

Commit 3b031f6

Browse files
Merge pull request SharePoint#7825 from vijayysisodia/patch-8
Removed extra word "ensure"
2 parents 16519f4 + afc2605 commit 3b031f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/web-parts/get-started/hosting-webpart-from-office-365-cdn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Host your client-side web part from Microsoft 365 CDN (Hello World part 4)
33
description: An easy solution to host your assets directly from your own Microsoft 365 tenant. Can be used for hosting any static assets that are used in SharePoint Online.
4-
ms.date: 02/10/2022
4+
ms.date: 03/24/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
ms.custom: scenarios:getting-started
@@ -36,7 +36,7 @@ For information on enabling and configuring the Microsoft 365 CDN in your ShareP
3636

3737
1. Switch to the console and make sure you're still in the project directory that you used to set up your web part project.
3838
1. If you are still running the local webserver by executing **gulp serve** in the previous tutorial, press <kbd>CTRL</kbd>+<kbd>C</kbd> to terminate it.
39-
1. Ensure ensure you're in your project directory:
39+
1. Ensure you're in your project directory:
4040

4141
```console
4242
cd helloworld-webpart

0 commit comments

Comments
 (0)