Fix spelling mistakes

This commit is contained in:
Abdullah Farid 2024-03-02 13:19:11 +00:00
parent 76f9cea516
commit 1ed78514c5
4 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ var _ = Describe("notifications", func() {
Expect(notif.GetNames()).To(BeEmpty())
})
When("title is overriden in flag", func() {
When("title is overridden in flag", func() {
It("should use the specified hostname in the title", func() {
command := cmd.NewRootCommand()
flags.RegisterNotificationFlags(command)