diff --git a/docs/getting-started.md b/docs/getting-started.md index c3d592f..02f3ea1 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -55,7 +55,7 @@ $atlasContainer->setMappers([ ]); ``` -Finaly, get back the Atlas instance out of the container. +Finally, get back the Atlas instance out of the container. ```