Skip to content

Commit 1c11bf8

Browse files
fix typo (#3985)
1 parent a025173 commit 1c11bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/selector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ host('db.example.com')
2323
'env' => 'prod',
2424
]);
2525
```
26-
or use `->addLables()` method to add labels to the existing host.
26+
or use `->addLabels()` method to add labels to the existing host.
2727

2828
Now let's define a task to check labels:
2929

0 commit comments

Comments
 (0)