diff --git a/docs/generate-model-from-third-party-resources.md b/docs/generate-model-from-third-party-resources.md index 82395e788e..d737a021e4 100644 --- a/docs/generate-model-from-third-party-resources.md +++ b/docs/generate-model-from-third-party-resources.md @@ -143,7 +143,7 @@ GenericKubernetesApi crontabClient = #### Loading generated model from Yaml -In order to make the Yaml codec recognizes the generated model classes, we need to do the registration +In order to make the Yaml codec recognize the generated model classes, we need to do the registration by `ModelMapper`: ```java