diff --git a/nifi-docs/src/main/asciidoc/developer-guide.adoc b/nifi-docs/src/main/asciidoc/developer-guide.adoc index 75f9ecf99e..ecb38927e1 100644 --- a/nifi-docs/src/main/asciidoc/developer-guide.adoc +++ b/nifi-docs/src/main/asciidoc/developer-guide.adoc @@ -1803,7 +1803,7 @@ that references a Controller Service as such: ---- public static final PropertyDescriptor SSL_CONTEXT_SERVICE = new PropertyDescriptor.Builder() .name("SSL Context Service") - .details("Specified the SSL Context Service that can be used to create secure connections") + .description("Specified the SSL Context Service that can be used to create secure connections") .required(true) .identifiesControllerService(SSLContextService.class) .build();