Skip to content

Commit 7f2c11f

Browse files
authored
Merge pull request #3132 from JBhrayn/patch-1
Update aforementioned API key value to match with the following provided example
2 parents 5d891a4 + 1304e8a commit 7f2c11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/en/part2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ If you use Open weather map, [here](https://openweathermap.org/weather-condition
607607
608608
**NB:** You need an api-key to use almost every weather service. Do not save the api-key to source control! Nor hardcode the api-key to your source code. Instead use an [environment variable](https://vitejs.dev/guide/env-and-mode.html) to save the key.
609609
610-
Assuming the api-key is <i>t0p53cr3t4p1k3yv4lu3</i>, when the application is started like so:
610+
Assuming the api-key is <i>54l41n3n4v41m34rv0</i>, when the application is started like so:
611611
612612
```bash
613613
VITE_SOME_KEY=54l41n3n4v41m34rv0 npm start3 npm start // For Linux/macOS Bash

0 commit comments

Comments
 (0)