[#5308]word spell error in comments (#5313)

* fix the spelling error

* fix the spelling error
This commit is contained in:
Ryan Cheung 2021-04-14 11:00:59 +08:00 committed by GitHub
parent 02ebe0190e
commit 9cd025a114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ public interface NacosConfigConverter<T> {
boolean canConvert(Class<T> targetType);
/**
* convert the Naocs's config of type S to target type T.
* 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})
* @return the converted object, which must be an instance of T (potentially {@code null})