Minor typo: resonce
replaced by reponse
(#34677)
Change in line #19 replacing `resonse` by `response`
This commit is contained in:
@ -16,7 +16,7 @@ All we need to do now is check what the value of the environment variable is, wh
|
|||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
if (process.env.VAR_NAME === "allCaps") {
|
if (process.env.VAR_NAME === "allCaps") {
|
||||||
resonse = "Hello World".toUpperCase();
|
response = "Hello World".toUpperCase();
|
||||||
} else {
|
} else {
|
||||||
response = "Hello World";
|
response = "Hello World";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user