From a171ffb9a67e3fd3f7dea0e9a7be05b609f0ef13 Mon Sep 17 00:00:00 2001 From: gaofei Date: Wed, 24 Jan 2018 09:17:37 +0800 Subject: [PATCH] Replace curly quotes with straight quotes Change-Id: I24c3b0088623aace620a1e3b0e772ea2d37cbe71 --- doc/source/specs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/specs/api.rst b/doc/source/specs/api.rst index 2c87d305e..76c3e2292 100644 --- a/doc/source/specs/api.rst +++ b/doc/source/specs/api.rst @@ -155,7 +155,7 @@ Work Items ========== 1. Define Dragonflow programming model. 2. Add support for auto-generation of the OpenAPI spec from the model. -3. Add RESTful API (preferably auto-generated) from the model’s spec. +3. Add RESTful API (preferably auto-generated) from the model's spec. 4. Add Authorization service. 5. Add Python library (binding) 6. Add Command Line Tool (CLI) which interact with the API server.