Skip to content

Commit

Permalink
fix typo in doc (#5167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaunier authored Dec 9, 2024
1 parent a929d26 commit 09ecf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/topics/ipam.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ By default, Infrahub comes with a node inheriting from the `BuiltinIPNamespace`

## Building an IPAM

As mentioned in the previous section, an IPAM namespace is already provided with Infrahub, so there are no needs to redefined this unless more attributes are required. The default implementation is very minimal and attributes only include a name and a description.
As mentioned in the previous section, an IPAM namespace is already provided with Infrahub, so there is no need to redefine this unless more attributes are required. The default implementation is very minimal and attributes only include a name and a description.

The below schema defines two nodes: one for IP prefixes `IpamIPPrefix` and one for IP addresses `IpamIPAddress`. Both of these nodes inherit from the built-in generics.

Expand Down

0 comments on commit 09ecf6a

Please sign in to comment.