Revert "Renaming Files having BluePrint to have Blueprint"
[ccsdk/cds.git] / docs / ui / hello-world-script-executor-cba.rst
index 52337fc..d5a3c7b 100644 (file)
@@ -110,7 +110,7 @@ In the **Create Script File** modal:
 
         override suspend fun recoverNB(runtimeException: RuntimeException, executionRequest: ExecutionServiceInput) {
                log.info("Executing Recovery")
-               bluePrintRuntimeService.getBlueprintError().addError("${runtimeException.message}")
+               bluePrintRuntimeService.getBluePrintError().addError("${runtimeException.message}")
          }
     }