We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bc370 commit 28935f3Copy full SHA for 28935f3
content/pt/docs/languages/python/getting-started.md
@@ -47,7 +47,7 @@ Agora instale Flask:
47
pip install flask
48
```
49
50
-### Crie e inicie um Servidor HTTP {#create-and-laucnh-an-http-server}
+### Crie e inicie um Servidor HTTP {#create-and-launch-an-http-server}
51
52
Crie um arquivo `app.py` e adicione o seguinte código a ele:
53
@@ -720,7 +720,7 @@ pip install opentelemetry-exporter-otlp
720
O agente `opentelemetry-instrument` detectará o pacote que você acabou de
721
instalar e usará a exportação OTLP na próxima vez que for executado.
722
723
-### Execute o aplicativo {#run-the-applicaiton}
+### Execute o aplicativo {#run-the-application}
724
725
Execute o aplicativo como antes, mas não exporte para o console:
726
0 commit comments