Skip to content

Commit 765f5fe

Browse files
authored
Merge pull request #2090 from antimatter96/patch-1
Fix docs for shell completions
2 parents 362a914 + fed912d commit 765f5fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/v3/examples/completions/shell-completions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Enabling auto complete requires 2 things
2323

2424
Consider the following program
2525

26-
```go
26+
```go
2727
package main
2828

2929
import (
@@ -300,4 +300,4 @@ or `notepad $profile`) and add the line:
300300

301301
```powershell
302302
& path/to/autocomplete/<my program>.ps1
303-
```
303+
```

0 commit comments

Comments
 (0)