Skip to content
Prev Previous commit
Next Next commit
docs: typo
  • Loading branch information
Mainstay-Noah-Huppert committed Jul 27, 2022
commit 7b917e831e352737daf45b2e58f90f9e6858701c
2 changes: 1 addition & 1 deletion docs/ides/configuring-emacs-tramp.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To fix this:
```bash
hostname coder.<name>
```
This can also be done in the workspace Terraform template by setting workspace isntance's hostname to the data `coder_workspace.name` attribute. How this is done depends on how the instance is provisioned.
This can also be done in the workspace Terraform template by setting workspace instance's hostname to the data `coder_workspace.name` attribute. How this is done depends on how the instance is provisioned.
3. Next in the shell profile file on the workspace (ex., `~/.bashrc`) add the following:
```bash
ansi_term_announce_host() {
Expand Down