Skip to content

Commit 7728c71

Browse files
committed
Change descriptions on "basic api call" samples to be generic.
1 parent b993287 commit 7728c71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

samples/excel/basics/basic-api-call.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: excel_basics_basic_api_call
22
name: Basic API call
3-
description: Colors the selected range in yellow.
3+
description: Performs a basic Excel API call
44
author: Microsoft
55
host: EXCEL
66
api_set:
@@ -24,7 +24,7 @@ script:
2424
language: typescript
2525
template:
2626
content: |
27-
<p class="ms-font-m">Colors the selected range in yellow.</p>
27+
<p class="ms-font-m">Executes a simple code snippet.</p>
2828
<button id="run" class="ms-Button">
2929
<span class="ms-Button-label">Run code</span>
3030
</button>

samples/word/basics/basic-api-call.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id: word_basics_basic_api_call
22
name: Basic API call
3-
description: Colors the selected text in red.
3+
description: Performs a basic Word API call
44
author: Microsoft
55
host: WORD
66
api_set:

0 commit comments

Comments
 (0)