Skip to content

Commit

Permalink
docs: add missing word (conan-io#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumitattarde authored Oct 31, 2021
1 parent f071868 commit aebb398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creating_packages/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Let's have a look at the package recipe *conanfile.py*:
self.cpp_info.libs = ["hello"]
Let's explain a little bit this recipe:
Let's explain a little bit about this recipe:

- The binary configuration is composed by ``settings`` and ``options``. See more in :ref:`this section<settings_vs_options>`.
When something changes in the configuration, the resulting binary built and packaged will be different:
Expand Down

0 comments on commit aebb398

Please sign in to comment.