forked from loafle/openapi-generator-original
fix typo woking -> working (#19498)
This commit is contained in:
parent
be618ec168
commit
abd19dd253
@ -410,7 +410,7 @@ public class CodegenConstants {
|
|||||||
|
|
||||||
public static final String UNSUPPORTED_V310_SPEC_MSG =
|
public static final String UNSUPPORTED_V310_SPEC_MSG =
|
||||||
"Generation using 3.1.0 specs is in development and is not officially supported yet. " +
|
"Generation using 3.1.0 specs is in development and is not officially supported yet. " +
|
||||||
"If you would like to expedite development, please consider woking on the open issues in the 3.1.0 project: https://github.com/orgs/OpenAPITools/projects/4/views/1 " +
|
"If you would like to expedite development, please consider working on the open issues in the 3.1.0 project: https://github.com/orgs/OpenAPITools/projects/4/views/1 " +
|
||||||
"and reach out to our team on Slack at https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g";
|
"and reach out to our team on Slack at https://join.slack.com/t/openapi-generator/shared_invite/zt-12jxxd7p2-XUeQM~4pzsU9x~eGLQqX2g";
|
||||||
|
|
||||||
public static final String ENUM_UNKNOWN_DEFAULT_CASE = "enumUnknownDefaultCase";
|
public static final String ENUM_UNKNOWN_DEFAULT_CASE = "enumUnknownDefaultCase";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user