Skip to content

Commit 489df5b

Browse files
committed
Fix doc typos from #26247
1 parent f2f3d5e commit 489df5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • site/source/docs/building_from_source

site/source/docs/building_from_source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ emsdk.
99

1010
Emscripten itself is written in Python and JavaScript so it does not need to be
1111
compiled. However, after checkout you will need to run the top level
12-
``bootstrap`` script before the toolchain is usable. This create perform
12+
``bootstrap`` script before the toolchain is usable. This performs
1313
various steps including ``npm install`` and the creation of compiler entry
14-
points.
14+
points (e.g. `.bat` files on windows).
1515

1616
Emscripten comes with its own versions of some C/C++ system libraries which
1717
``emcc`` builds automatically as and when needed (in the emsdk builds, these are

0 commit comments

Comments
 (0)