Skip to content

Commit

Permalink
fix labeling syntax in example
Browse files Browse the repository at this point in the history
  • Loading branch information
mamachanko authored and onsi committed Jan 12, 2022
1 parent a8f9913 commit 146654c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -3074,7 +3074,7 @@ this works just fine - however as the suite grows you may see that `environment`

```go
var _ = Describe("Smoketests", func() {
Describe("Minimally-invasive", Label("PRODUCTION", "STAGING")func() {
Describe("Minimally-invasive", Label("PRODUCTION", "STAGING"), func() {
It("can connect to the server", func() {
...
})
Expand Down

0 comments on commit 146654c

Please sign in to comment.