diff --git a/pages/develop/tutorial/c/hello-world.md.txt b/pages/develop/tutorial/c/hello-world.md.txt index 63e2754d1..ea2249b9d 100644 --- a/pages/develop/tutorial/c/hello-world.md.txt +++ b/pages/develop/tutorial/c/hello-world.md.txt @@ -92,7 +92,7 @@ Any programs you create with EFL must always terminate by calling ``efl_exit()`` The parameter ``efl_exit()`` is the value your program returns to the operating system. -### Automatic EFL setup and Shutdown ### +### Automatic EFL Setup and Shutdown ### This final piece of "boilerplate" code should be included at the end of every EFL program: