Skip to content

Commit cbf8868

Browse files
[PowerPoint] Fix typo (#1006)
1 parent db645c7 commit cbf8868

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

playlists-prod/powerpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/prod/samples/powerpoint/document/create-presentation.yaml
3838
group: Document
3939
api_set:
40-
PowerPoint: '1.1'
40+
PowerPointApi: '1.1'
4141
- id: powerpoint-hyperlinks-manage-hyperlinks
4242
name: Get hyperlinks
4343
fileName: manage-hyperlinks.yaml

playlists/powerpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
https://raw.githubusercontent.com/OfficeDev/office-js-snippets/main/samples/powerpoint/document/create-presentation.yaml
3838
group: Document
3939
api_set:
40-
PowerPoint: '1.1'
40+
PowerPointApi: '1.1'
4141
- id: powerpoint-hyperlinks-manage-hyperlinks
4242
name: Get hyperlinks
4343
fileName: manage-hyperlinks.yaml

samples/powerpoint/document/create-presentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Creates a new, empty presentation and creates a new presentation by
44
author: OfficeDev
55
host: POWERPOINT
66
api_set:
7-
PowerPoint: '1.1'
7+
PowerPointApi: '1.1'
88
script:
99
content: |-
1010
document.getElementById("create-new-blank-presentation").addEventListener("click", () => tryCatch(createBlankPresentation));

0 commit comments

Comments
 (0)