Skip to content

Commit 146654c

Browse files
mamachankoonsi
authored andcommitted
fix labeling syntax in example
1 parent a8f9913 commit 146654c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3074,7 +3074,7 @@ this works just fine - however as the suite grows you may see that `environment`
30743074

30753075
```go
30763076
var _ = Describe("Smoketests", func() {
3077-
Describe("Minimally-invasive", Label("PRODUCTION", "STAGING")func() {
3077+
Describe("Minimally-invasive", Label("PRODUCTION", "STAGING"), func() {
30783078
It("can connect to the server", func() {
30793079
...
30803080
})

0 commit comments

Comments
 (0)