Skip to content

Commit

Permalink
fix: correct typo in module-system tutorial
Browse files Browse the repository at this point in the history
marksisson committed Mar 28, 2024
1 parent 89157c7 commit 05d8461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/module-system/module-system.md
Original file line number Diff line number Diff line change
@@ -555,7 +555,7 @@ Reference this new file in `default.nix` using the `imports` attribute:
We want to set multiple markers on the map.
A marker is a complex type with multiple fields.

This is wher one of the most useful types included in the module system's type system comes into play: `submodule`.
This is where one of the most useful types included in the module system's type system comes into play: `submodule`.
This type allows you to define nested modules with their own options.

Here, you will define a new `map.markers` option whose type is a list of submodules, each with a nested `location` type, allowing you to define a list of markers on the map.

0 comments on commit 05d8461

Please sign in to comment.