Skip to content

Commit 28935f3

Browse files
committed
fix: ajuste cspell
1 parent 15bc370 commit 28935f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/pt/docs/languages/python/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Agora instale Flask:
4747
pip install flask
4848
```
4949

50-
### Crie e inicie um Servidor HTTP {#create-and-laucnh-an-http-server}
50+
### Crie e inicie um Servidor HTTP {#create-and-launch-an-http-server}
5151

5252
Crie um arquivo `app.py` e adicione o seguinte código a ele:
5353

@@ -720,7 +720,7 @@ pip install opentelemetry-exporter-otlp
720720
O agente `opentelemetry-instrument` detectará o pacote que você acabou de
721721
instalar e usará a exportação OTLP na próxima vez que for executado.
722722

723-
### Execute o aplicativo {#run-the-applicaiton}
723+
### Execute o aplicativo {#run-the-application}
724724

725725
Execute o aplicativo como antes, mas não exporte para o console:
726726

0 commit comments

Comments
 (0)