Documentation on how to disable banner for Auto DevOps is wrong

In https://docs.gitlab.com/ce/topics/autodevops/#disable-the-banner-instance-wide we have

Feature.get(:auto_devops_banner_disabled).disable

but it actually do the opposite (double disable > enable), it should be

Feature.get(:auto_devops_banner_disabled).enable