diff --git a/src/app/docs/docs.component.html b/src/app/docs/docs.component.html index 44d13713..bd79df40 100644 --- a/src/app/docs/docs.component.html +++ b/src/app/docs/docs.component.html @@ -7,7 +7,7 @@ >Overview - + What is ECS? Language diff --git a/src/app/docs/overview/overview.component.html b/src/app/docs/overview/overview.component.html index a5165389..28f30dc4 100644 --- a/src/app/docs/overview/overview.component.html +++ b/src/app/docs/overview/overview.component.html @@ -57,7 +57,7 @@
Setup schoolBasicsschoolFundamentals schoolMoving BlockTutorial: C++ to Wasm

Introduction

- If you're already familiar with the basics of Ecsact and want to start - creating system implementations then this is the tutorial for you. Here - you will learn what it takes to create a Wasm system implementation + If you're already familiar with the fundamentals of Ecsact and want to + start creating system implementations then this is the tutorial for you. + Here you will learn what it takes to create a Wasm system implementation written in C++ and compiled with Emscripten.

diff --git a/src/app/start/tutorials/sys-impl/emsdk-cpp/emsdk-cpp.component.html b/src/app/start/tutorials/sys-impl/emsdk-cpp/emsdk-cpp.component.html index 6d072011..8e5ffdfd 100644 --- a/src/app/start/tutorials/sys-impl/emsdk-cpp/emsdk-cpp.component.html +++ b/src/app/start/tutorials/sys-impl/emsdk-cpp/emsdk-cpp.component.html @@ -4,9 +4,9 @@

Create Wasm system implementations with C++

Introduction

- If you're already familiar with the basics of Ecsact and want to start - creating system implementations then this is the tutorial for you. Here - you will learn what it takes to create a Wasm system implementation + If you're already familiar with the fundamentals of Ecsact and want to + start creating system implementations then this is the tutorial for you. + Here you will learn what it takes to create a Wasm system implementation written in C++ and compiled with Emscripten.