Skip to content

Commit a19c1f1

Browse files
authored
Merge pull request #3301 from diegosouzajp/patch-5
Update part2e.md
2 parents 7dfbe24 + 9035c96 commit a19c1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/2/ptbr/part2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Se você usar o Open Weather map, a descrição de como obter os ícones climát
618618
Supondo que a chave de API seja <i>t0p53cr3t4p1k3yv4lu3</i>, quando a aplicação é iniciada desta forma:
619619
620620
```bash
621-
export REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3 npm start // Para o Bash do Linux/macOS
621+
export REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3 && npm start // Para o Bash do Linux/macOS
622622
($env:REACT_APP_API_KEY="t0p53cr3t4p1k3yv4lu3") -and (npm start) // Para o PowerShell do Windows
623623
set "REACT_APP_API_KEY=t0p53cr3t4p1k3yv4lu3" && npm start // Para o cmd.exe do Windows
624624
```

0 commit comments

Comments
 (0)