Skip to content

Commit

Permalink
fix typo (#3985)
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienLavorel authored Dec 23, 2024
1 parent a025173 commit 1c11bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ host('db.example.com')
'env' => 'prod',
]);
```
or use `->addLables()` method to add labels to the existing host.
or use `->addLabels()` method to add labels to the existing host.

Now let's define a task to check labels:

Expand Down

0 comments on commit 1c11bf8

Please sign in to comment.