Skip to content

Commit d753e3d

Browse files
authored
fix: typo in server template files. (#2288)
1 parent d3d822c commit d753e3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server-templates/apiService.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It is here to remove some unsupported imports and to update the default implemen
2626
}}
2727
/**
2828
* Service interface for implementations of the {{classname}}Service. Provides default
29-
* implemntations for all service methods that return 501 error codes (not implemented).
29+
* implementations for all service methods that return 501 error codes (not implemented).
3030
*
3131
* This file is automatically generated by the OpenAPI Code Generator based on configuration in the
3232
* pom.xml file in the module.

server-templates/apiServiceImpl.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It is here to remove some unsupported imports (ApiResponseMessage, openapi.tools
2626
}}
2727
/**
2828
* Default implementation of the {{classname}}Service. Provides default
29-
* implemntations for all service methods that return 501 error codes (not implemented).
29+
* implementations for all service methods that return 501 error codes (not implemented).
3030
*
3131
* This file is automatically generated by the OpenAPI Code Generator based on configuration in the
3232
* pom.xml file in the module.

0 commit comments

Comments
 (0)