From 75a64163ff83daadb1c87edfc5d77d2bdca23402 Mon Sep 17 00:00:00 2001 From: Adam Perlin Date: Thu, 21 Nov 2024 15:29:43 -0800 Subject: [PATCH] Update website/docs/quickstart.md Co-authored-by: Brian Goff --- 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 86b0e67f..6a269db2 100644 --- a/website/docs/quickstart.md +++ b/website/docs/quickstart.md @@ -12,7 +12,7 @@ Dalec is what is known as a *frontend* for [Docker Buildkit](https://docs.docker :::note -The `syntax` line tells docker the parser to use so it can understand the dalec spec format. Essentially, it specifies which *frontend* to use. Having `# syntax=ghcr.io/azure/dalec/frontend:latest` is required at the top of the Dalec spec file. +The `syntax` line tells buildkit which parser to use so it can understand the dalec spec format. Essentially, it specifies which *frontend* to use. Having `# syntax=ghcr.io/azure/dalec/frontend:latest` is required at the top of the Dalec spec file. ::: ### Targets