diff --git a/api/src/main/java/com/alibaba/nacos/api/config/convert/NacosConfigConverter.java b/api/src/main/java/com/alibaba/nacos/api/config/convert/NacosConfigConverter.java index f6527fc9c..b66bff0e0 100644 --- a/api/src/main/java/com/alibaba/nacos/api/config/convert/NacosConfigConverter.java +++ b/api/src/main/java/com/alibaba/nacos/api/config/convert/NacosConfigConverter.java @@ -36,7 +36,7 @@ public interface NacosConfigConverter { /** * Convert the Nacos' config of type S to target type T. * - * @param config the Naocs's config to convert, which must be an instance of S (never {@code null}) + * @param config the Nacos's config to convert, which must be an instance of S (never {@code null}) * @return the converted object, which must be an instance of T (potentially {@code null}) */ T convert(String config);