We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db431e5 commit dfad45dCopy full SHA for dfad45d
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
@@ -84,7 +84,7 @@ public abstract class AbstractInterfaceConfig extends AbstractMethodConfig {
84
protected String cluster;
85
86
/**
87
- * The {@link Filter} when the provicer side exposed a service or the customer side references a remote service used,
+ * The {@link Filter} when the provider side exposed a service or the customer side references a remote service used,
88
* if there are more than one, you can use commas to separate them
89
*/
90
protected String filter;
0 commit comments