Skip to content

Commit

Permalink
fix(inversify-site): fix url typo
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Jan 3, 2025
1 parent 7c41ece commit ae30533
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 2
title: DI Hierarchy
---
import diHierachySource from '@inversifyjs/code-examples/generated/examples/diHierachy.ts.txt';
import diHierarchySource from '@inversifyjs/code-examples/generated/examples/diHierarchy.ts.txt';
import CodeBlock from '@theme/CodeBlock';

# DI Hierarchy
Expand All @@ -18,4 +18,4 @@ satisfy the request, it passes it along to its parent container. The requests ke
bubbling up until we find an container that can handle the request or run out of container
ancestors.

<CodeBlock language="ts">{diHierachySource}</CodeBlock>
<CodeBlock language="ts">{diHierarchySource}</CodeBlock>

0 comments on commit ae30533

Please sign in to comment.