From 8c6f900ce8eef9ce25463161a1e98377fb61fd59 Mon Sep 17 00:00:00 2001 From: Charles Giessen Date: Thu, 7 May 2020 23:15:26 -0600 Subject: [PATCH] Fix typo in getting started guide --- 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 bc85803..5f8fe6f 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -1,6 +1,6 @@ # Getting Started -`vk-bootstrap` reduces the complexity of setting up a vulkan application into by simplifying the three initial steps; instance creation, Physical device selection, and device creation. +`vk-bootstrap` reduces the complexity of setting up a vulkan application by simplifying the three initial steps; instance creation, Physical device selection, and device creation. ## Instance Creation