Enterprise Nucleus Server Release Notes Mistake for 2022.2.0

The Release notes say the problem was solved
Ingress config sample:

  • Fixed a typo exposing Canonical Name endpoint on canon-name instead of canonical-name path
    But it never was …
    location = /_sys/canon-name {
        default_type text/plain;
        add_header   Access-Control-Allow-Origin *;
        # Return server's hostname name as it is on the SSL cert
        return 200 'nucleus.frustration.com';
    }

What should it be then?
canon-name or canonical-name

Obs.: this is from the stack named: nucleus-stack-2022.4.0+tag-2022.4.0-rc.1.gitlab.6522377.48333833