debut 040

This commit is contained in:
gwen 2025-12-04 14:20:18 +01:00
parent 9413831037
commit 8e2fcd073d
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ The `disabled` property
In this section we will learn:
- what a *property* is
- what a *property* is (actually we already used one: the :term:`mandatory` property
- how to disable a family (yes, a family can disapear in the outerspace)
- explain the `disabled` property

View file

@ -3,8 +3,8 @@ Some suitable types
.. objectives:: Objectives
There isn't just the `string` or `integer` type, there are basic types
that are much more suited to our use case, such as `domainname`, `port`, and `boolean`.
There aren't just the basic available types such as `string`, `integer` or `boolean`,
that are some much more suited to our use case, such as `domainname` or `port`.
.. prerequisites:: Prerequisites