Skip to content

Commit d1b2761

Browse files
authored
fix typo
1 parent 4452be7 commit d1b2761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributor-docs/components/dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page gives an overview of various different dependency types supported by t
88

99
## Background
1010

11-
As discussed in [Firebase Components]({{site.baseurl}{%link components/components.md %}}), in order
11+
As discussed in [Firebase Components]({{ site.baseurl }}{% link components/components.md %}), in order
1212
for a `Component` to be injected with the things it needs to function, it needs to declare dependencies.
1313
These dependencies are then made available and injected into `Components` at runtime.
1414

@@ -66,7 +66,7 @@ See [Dynamic Module Support]({{ site.baseurl }}{% link components/dynamic_module
6666
This type of dependency informs the `ComponentRuntime` that a given `Component` cannot function without a dependency.
6767
When the dependency is missing during initialization, `ComponentRuntime` will throw a `DependencyMissingDependency`.
6868
This type of dependency is useful for built-in components that are always present like `Context`, `FirebaseApp`,
69-
`FirebaseOptions`, [Executors]({{site.baseurl}}{%link components/executors.md%}).
69+
`FirebaseOptions`, [Executors]({{ site.baseurl }}{% link components/executors.md %}).
7070

7171
To declare a required dependency use one of the following in your `ComponentRegistrar`:
7272

0 commit comments

Comments
 (0)