Document RESTCONF base path configuration
[netconf.git] / restconf / restconf-nb / src / main / java / org / opendaylight / restconf / nb / rfc8040 / OSGiNorthbound.java
index d83a126bc35881e4978e79de9223959514fe7881..0db023b1a9c90d67dba157cac520cc3c2d194fcb 100644 (file)
@@ -52,7 +52,7 @@ public final class OSGiNorthbound {
         @AttributeDefinition
         boolean use$_$sse() default true;
         @AttributeDefinition(name = "{+restconf}", description = """
-            The value of RFC8040 {+restconf} URI template, poiting to the root resource. Must not end with '/'.""")
+            The value of RFC8040 {+restconf} URI template, pointing to the root resource. Must not end with '/'.""")
         String restconf() default "rests";
     }