Invalid ASCII symbols in AWS page

The page: NVIDIA NGC uses invalid ASCII.

docker login -u ‘$oauthtoken’ –password-stdin nvcr.io <<< ‘<ngc-apikey>‘

should be

docker login -u '$oauthtoken' -password-stdin nvcr.io <<< '<ngc-apikey>'

Hi,

Is the issue the smart quotes in the doc? If so, I will share this with the doc team

The docs have been updated as of 11/17/2017. Thanks for the find.