Skip to content

Commit eb64799

Browse files
Address comments
1 parent 99ba708 commit eb64799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/preparing_for_consoles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ From there, you can try running this executable. If it does not start or crashes
3333

3434
Native executables can debugged by:
3535

36-
- Atarting an empty Visual Studio with no code.
36+
- Starting an empty Visual Studio with no code.
3737
- Opening the compiled exe.
3838
- Then hitting "Start debugging".
3939

@@ -63,7 +63,7 @@ The best way to make sure if they will work, is to search if they are **"AOT-com
6363

6464
## Native libraries
6565

66-
If you are using native libraries, make sure that they propose builds for consoles, or make sure that you can compile and run them on consoles yourself.
66+
If you are using native libraries, make sure that they provide builds for consoles, or make sure that you can compile and run them on consoles yourself.
6767

6868
Even though a library might be open-source, it is unlikely they will just compile and run on consoles.
6969

0 commit comments

Comments
 (0)