Fix typo in the section Enabling SSL

The description of Enabling SSL section have 'to it' written twice. 
Remove one of them to increase the readability.

Change-Id: I2be039c6d5003a4d8da678efb123792a368cb154
This commit is contained in:
Sayali Kutwal 2019-10-15 11:22:41 +05:30
parent 6118000b74
commit 33879254e3

View File

@ -82,7 +82,7 @@ use following command::
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 365
Start the mockup server passing the ``--ssl-certificate`` and
``--ssl-key`` parameters to it to it, for example::
``--ssl-key`` parameters to it, for example::
sushy-emulator --ssl-key key.pem --ssl-certificate cert.pem