From 52ab5ef51f32b1f3440675038b79df0f91ca34d7 Mon Sep 17 00:00:00 2001 From: Robert Balent Date: Sat, 6 Oct 2018 22:28:47 -0700 Subject: [PATCH] Typo in best practices doc --- 1-CONTRIBUTION-GUIDE/best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-CONTRIBUTION-GUIDE/best-practices.md b/1-CONTRIBUTION-GUIDE/best-practices.md index 16296299b741..7aa8b207ce04 100644 --- a/1-CONTRIBUTION-GUIDE/best-practices.md +++ b/1-CONTRIBUTION-GUIDE/best-practices.md @@ -368,7 +368,7 @@ The following code shows an example. ### VM Disks -* OS Disks and Data Disks must use implicit managed disks except for QuickStart samples showing the use of explict disks. An explicit disk is a disk where the resource is explicitly defined in the template. +* OS Disks and Data Disks must use implicit managed disks except for QuickStart samples showing the use of explicit disks. An explicit disk is a disk where the resource is explicitly defined in the template. ```json