Skip to content

Commit

Permalink
Merge pull request NixOS#948 from marksisson/patches/fix-typo-in-modu…
Browse files Browse the repository at this point in the history
…le-system-md
  • Loading branch information
infinisil authored Mar 28, 2024
2 parents bdbdd7d + 05d8461 commit f32c85e
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
Expand Up @@ -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.
Expand Down

0 comments on commit f32c85e

Please sign in to comment.