From fb7f83f654cd7bb2e552cacd1e91385de7880ae0 Mon Sep 17 00:00:00 2001 From: Tony Wieczorek <98004+tonyjw@users.noreply.github.com> Date: Mon, 8 Apr 2024 22:45:02 -0400 Subject: [PATCH] Correct spelling mistake in quickstart (#740) Corrects a small spelling mistake in "tutorial" --- docs/GettingStarted/QuickStart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted/QuickStart.md b/docs/GettingStarted/QuickStart.md index 686a8ba421f..8132196b641 100644 --- a/docs/GettingStarted/QuickStart.md +++ b/docs/GettingStarted/QuickStart.md @@ -11,7 +11,7 @@ The key steps to deploy and utilize Apache DevLake. Install DevLake using either Docker Compose or Helm. If you want to upgrade DevLake to a newer version, please refer to the upgrade manuals. ## Step 2. Configure DevLake -Configure DevLake via the Config UI. Follow the turorial for configuration instructions. If you specifically want to configure DORA metrics, please refer to the DORA manuals for detailed instructions. +Configure DevLake via the Config UI. Follow the tutorial for configuration instructions. If you specifically want to configure DORA metrics, please refer to the DORA manuals for detailed instructions. ## Step 3. View Data in Grafana Dashboards After configuring DevLake and collecting data, access the Config UI and click the "Dashboards" button in the top-right corner to view the data in Grafana dashboards. For comprehensive instructions, please refer to the [Grafana manuals](/docs/Configuration/Dashboards/GrafanaUserGuide.md).