Skip to content

Commit

Permalink
Fix some typos (alibaba#11269)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuoer86 authored Oct 30, 2023
1 parent f42b296 commit 8ce0631
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions console-ui/src/components/ShowCodeing/ShowCodeing.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public class ConfigExample {
configService.addListener(dataId, group, new Listener() {
@Override
public void receiveConfigInfo(String configInfo) {
System.out.println("recieve:" + configInfo);
System.out.println("receive:" + configInfo);
}

@Override
Expand Down Expand Up @@ -276,7 +276,7 @@ class Program
{
public void ReceiveConfigInfo(string configInfo)
{
Console.WriteLine("recieve:" + configInfo);
Console.WriteLine("receive:" + configInfo);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
package com.alibaba.nacos.plugin.control.connection.response;

/**
* conection check code.
* connection check code.
*
* @author shiyiyue
*/
Expand Down

0 comments on commit 8ce0631

Please sign in to comment.