From 6a8f903bcf1909fb6e1bcb9fd0ef218d324b64aa Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Wed, 14 Feb 2024 11:45:00 +0900 Subject: [PATCH] docs: add missing full stop This adds a missing full stop to the quickstart docs. --- website/docs/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/quickstart.md b/website/docs/quickstart.md index 58126827e0..9e2e252497 100644 --- a/website/docs/quickstart.md +++ b/website/docs/quickstart.md @@ -2,7 +2,7 @@ title: Quick Start --- -There are lots of options to get started with Unleash. If you're comfortable with Docker, this is the fastest way to get up and running. If that's not you, here are [some additional ways to try Unleash](#more-unleash) +There are lots of options to get started with Unleash. If you're comfortable with Docker, this is the fastest way to get up and running. If that's not you, here are [some additional ways to try Unleash](#more-unleash). ## 1. Set up Unleash with Docker {#setup-unleash-docker}