Skip to content

Commit

Permalink
fix: capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe9f8 committed Jan 25, 2024
1 parent a34b671 commit 086730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export const getNavigation = (section) => {
});

nav.push({
header: "Contract and SDK Reference",
header: "Contract and SDK reference",
children: [
{ title: "InterchainTokenService", href: "https://github.com/axelarnetwork/interchain-token-service/blob/main/contracts/InterchainTokenService.sol" },
{ title: "InterchainTokenFactory", href: "https://github.com/axelarnetwork/interchain-token-service/blob/main/contracts/InterchainTokenFactory.sol" }, ,
Expand Down

1 comment on commit 086730b

@vercel
Copy link

@vercel vercel bot commented on 086730b Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.