Adapt tests for OpenApi
[netconf.git] / restconf / restconf-openapi / src / main / java / org / opendaylight / restconf / openapi / impl / BaseYangOpenApiGenerator.java
index f9ab42c6acfaa3cce6ac6eece7a77cec407f9f56..2f6648b4741aab614c8631f381dc3df91e525a70 100644 (file)
@@ -85,7 +85,7 @@ public abstract class BaseYangOpenApiGenerator {
     public static final String DESCRIPTION = """
         We are providing full API for configurational data which can be edited (by POST, PUT, PATCH and DELETE).
         For operational data we only provide GET API.\n
-        For majority of request you can see only config data in examples. Thats because we can show only one example
+        For majority of request you can see only config data in examples. That is because we can show only one example
         per request. The exception when you can see operational data in example is when data are representing
         operational (config false) container with no config data in it.""";