You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: br/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,13 +100,13 @@ _Quer viver a vida no limite?_ Execute `wp cli update --nightly` para usar a úl
100
100
101
101
### Auto-completar
102
102
103
-
WP-CLI também acompanha scripts de auto-complemtar para Bash ou ZSH. Faça o download [wp-completion.bash](https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash) e carregue o arquivo para `~/.bash_profile`:
103
+
WP-CLI também acompanha scripts de auto-completar para Bash ou ZSH. Faça o download [wp-completion.bash](https://github.com/wp-cli/wp-cli/raw/master/utils/wp-completion.bash) e carregue o arquivo para `~/.bash_profile`:
104
104
105
105
```
106
106
source /FULL/PATH/TO/wp-completion.bash
107
107
```
108
108
109
-
Não se esqueça de depois executar `source ~/.bash_profile`.
109
+
Não se esqueça de executar `source ~/.bash_profile` em seguida.
0 commit comments