Skip to content

Commit c43e3f1

Browse files
committed
fixing some typos
1 parent 2725ded commit c43e3f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-how-to-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Setting up the environment can be done using one of the publish setup actions.
6262
|**JavaScript** | `actions/setup-node` |
6363
|**Python** | `actions/setup-python` |
6464

65-
A snippet from the yaml file for a Node JS app that uses version 10
65+
A snippet from the yaml file for a JavaScript app that uses version 10
6666

6767
```yaml
6868
- name: 'Login via Azure CLI'
@@ -80,7 +80,7 @@ A snippet from the yaml file for a Node JS app that uses version 10
8080
This depends on the language and for languages supported by Azure Functions, this section should be the standard build steps of each language.
8181
As an example for Node JS
8282
83-
A snippet from the yaml file for a Node JS app
83+
A snippet from the yaml file for a JavaScript app
8484
8585
```yaml
8686
- name: 'Run npm'

0 commit comments

Comments
 (0)