docs(examples): fix typo in hello world example (#3494)

This commit is contained in:
fncraft 2022-02-17 21:26:46 +03:00 committed by GitHub
parent b4212eb2ae
commit 163c4e87b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,3 @@
# Hello Wolrd Example
# Hello World Example
To execute run the following on the root directory of the repository: `cargo example --helloworld`.