fix: typos (#176)

This commit is contained in:
Mateus Alves 2024-07-30 22:14:08 -03:00 committed by GitHub
parent 7cb2b66feb
commit f0017561fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Packging 101 # Packaging 101
WIP work in progress, please refer to the following reference documents to learn Nix WIP work in progress, please refer to the following reference documents to learn Nix
packaging. packaging.

View File

@ -202,7 +202,7 @@ for `foo` by setting the `options` defined here. For example:
``` ```
In the example above, the way we assign values to `options` is actually a kind of In the example above, the way we assign values to `options` is actually a kind of
**abbreviation**. When a module only contains `config` without any other delcaration (like `option` and other **abbreviation**. When a module only contains `config` without any other declaration (like `option` and other
special parameters of the module system), we can omit the `config` wrapping , just directly write the special parameters of the module system), we can omit the `config` wrapping , just directly write the
content of `config` to assign value to `option` section declared in other modules! content of `config` to assign value to `option` section declared in other modules!