diff --git a/docs/sphinx/using/backends/hardware/photonic.rst b/docs/sphinx/using/backends/hardware/photonic.rst index b00cf1609c3..cdb33415052 100644 --- a/docs/sphinx/using/backends/hardware/photonic.rst +++ b/docs/sphinx/using/backends/hardware/photonic.rst @@ -28,16 +28,16 @@ configuration. .. code:: bash - |:spellcheck-disable:|export ORCA_ACCESS_URL="https://"|:spellcheck-enable:| + export ORCA_ACCESS_URL="https://" Sometimes the requests to the PT-1 require an authentication token. This token can be set as an -environment variable named ``ORCA_AUTH_TOKEN``. For example, if the token is :code:`AbCdEf123456`, +environment variable named ``ORCA_AUTH_TOKEN``. For example, if the token is :code:`token123`, you can set the environment variable as follows: .. code:: bash - |:spellcheck-disable:|export ORCA_AUTH_TOKEN="AbCdEf123456"|:spellcheck-enable:| + export ORCA_AUTH_TOKEN="token123" Submitting `````````````````````````