Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros authored Jan 13, 2025
1 parent fa9c770 commit a982d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting/construction_environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ to process a project:

If you use :ref:`library_json` and :ref:`library_json_buid_extra_script`,
the ``Import("env")`` refers to the library's isolated
environment from which a script was called (not to the global environemnt).
environment from which a script was called (not to the global environment).
Please use ``env = DefaultEnvironment()`` instead to access the global
environemnt.
environment.

--------

Expand Down

0 comments on commit a982d41

Please sign in to comment.