From 2e1a075b7916651fe6b30d0b26ced619eb9230fe Mon Sep 17 00:00:00 2001 From: James Fuller Date: Tue, 18 Apr 2017 12:03:00 -0400 Subject: [PATCH] fix typo --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ```