Skip to content

Commit f658c6d

Browse files
authored
Fix typos: lost period, te->the (#4288)
1 parent 427eb03 commit f658c6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dev_flow/debug/debugging_visual.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the PDB hook.
2222
Creating a project and debugging as usual
2323
-----------------------------------------
2424

25-
First we will debug our project as usual, as it is explained in more detail in the :ref:`previous example <examples_dev_flow_debug_step_into>`
25+
First we will debug our project as usual, as it is explained in more detail in the :ref:`previous example <examples_dev_flow_debug_step_into>`.
2626
We can start building our dependencies from sources as in the previous section, only this time we will build them as
2727
shared. To begin with, clone the sources needed for the example from the `examples2 repository <https://github.com/conan-io/examples2>`_
2828
in GitHub and create the project.
@@ -147,7 +147,7 @@ initially.
147147
Locating the sources path for the debugger
148148
------------------------------------------
149149

150-
Visual Studio won't be able to find te source files by itself after deleting the original build files. To be able to
150+
Visual Studio won't be able to find the source files by itself after deleting the original build files. To be able to
151151
debug over the source files, there's an option to manually set the source folder path so that it's possible to debug over the source files. This
152152
requires that the source files for the dependency exist. In our case we can get the location of this source files
153153
by running a ``conan cache path``.

0 commit comments

Comments
 (0)