Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #372 from JayChoi1736/20231031_typo
Browse files Browse the repository at this point in the history
Fix typo and codeowner
  • Loading branch information
JayChoi1736 authored Nov 1, 2023
2 parents 2b0cd87 + 85af534 commit 43ec9da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ check_test_network: &check_test_network
echo "Klaytn RPC server is up"
break
else
echo "wait for Klyatn RPC server..."
echo "wait for Klaytn RPC server..."
sleep 5
fi
RETRY=$(($RETRY+5))
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
#* @global-owner1 @global-owner2
* @jimni1222 @kjeom @JayChoi1736 @henry-will @kjhman21
* @kjeom @JayChoi1736 @kjhman21

# Order is important; the last matching pattern takes the most
# precedence. When someone opens a pull request that only
Expand Down

0 comments on commit 43ec9da

Please sign in to comment.