Skip to content

Commit 4f532c3

Browse files
benridleyFizzadar
authored andcommitted
Fix typo in fact documentation (#658)
1 parent 0e63536 commit 4f532c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/facts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ passed (as a ``list`` of lines) to the ``process`` handler to generate fact data
77

88
Fact classes may provide a ``default`` function that takes no arguments (except ``self``). The return value of this function is used if an error
99
occurs during fact collection. Additionally, a ``requires_command`` variable can be set on the fact that specifies a command that must be available
10-
on the host to collect the fact. If this command is not present on the hos the fact will be set to the default, or empty if no ``default`` function
10+
on the host to collect the fact. If this command is not present on the host the fact will be set to the default, or empty if no ``default`` function
1111
is available.
1212

1313
Importing & Using Facts

0 commit comments

Comments
 (0)