We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b993287 commit 7728c71Copy full SHA for 7728c71
samples/excel/basics/basic-api-call.yaml
@@ -1,6 +1,6 @@
1
id: excel_basics_basic_api_call
2
name: Basic API call
3
-description: Colors the selected range in yellow.
+description: Performs a basic Excel API call
4
author: Microsoft
5
host: EXCEL
6
api_set:
@@ -24,7 +24,7 @@ script:
24
language: typescript
25
template:
26
content: |
27
- <p class="ms-font-m">Colors the selected range in yellow.</p>
+ <p class="ms-font-m">Executes a simple code snippet.</p>
28
<button id="run" class="ms-Button">
29
<span class="ms-Button-label">Run code</span>
30
</button>
samples/word/basics/basic-api-call.yaml
id: word_basics_basic_api_call
-description: Colors the selected text in red.
+description: Performs a basic Word API call
host: WORD
0 commit comments