From af0b1b56c8ffc0e77cdcd8ff51400486061c04dd Mon Sep 17 00:00:00 2001 From: Adriel Leung Date: Mon, 12 Sep 2016 14:57:52 -0400 Subject: [PATCH] Changed single quotes around search to double for consistency and differentiate it with the use of single quotes in other places of the tutorial --- slides/02-Developers/04-labels.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/02-Developers/04-labels.html.md b/slides/02-Developers/04-labels.html.md index 70192c3..8279d41 100755 --- a/slides/02-Developers/04-labels.html.md +++ b/slides/02-Developers/04-labels.html.md @@ -96,7 +96,7 @@ layout_data: - title: Inaccessible Button exercise description: | - Add an `aria-label` to the button below and label it 'search' to + Add an `aria-label` to the button below and label it "search" to make it accessible. code: |