Skip to content

Commit 6b8d365

Browse files
authored
fix typos
1 parent a5236e5 commit 6b8d365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ const config = {
139139
breadcrumbs: false,
140140
sidebarItemsGenerator: async function ({ defaultSidebarItemsGenerator, ...args }) {
141141
const sidebarItems = await defaultSidebarItemsGenerator(args);
142-
const dymanicItems = await fetchAndGenerateDynamicSidebarItems(
142+
const dynamicItems = await fetchAndGenerateDynamicSidebarItems(
143143
MM_RPC_URL,
144144
MM_REF_PATH,
145145
NETWORK_NAMES.metamask
146146
)
147147
if (args.item.dirName === "reference/json-rpc-methods") {
148-
return [...sidebarItems, ...dymanicItems]
148+
return [...sidebarItems, ...dynamicItems]
149149
}
150150
return sidebarItems;
151151
}

0 commit comments

Comments
 (0)