From 1cdd1e681c8b1e5a850e1ec4a444e6148fc89dbd Mon Sep 17 00:00:00 2001 From: Kathy Walrath Date: Tue, 12 Apr 2016 17:34:47 -0700 Subject: [PATCH] docs(toh/dart): a few small tweaks closes #1080 --- public/docs/dart/latest/tutorial/toh-pt3.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/docs/dart/latest/tutorial/toh-pt3.jade b/public/docs/dart/latest/tutorial/toh-pt3.jade index 63a3a12b2d..1ac04223b6 100644 --- a/public/docs/dart/latest/tutorial/toh-pt3.jade +++ b/public/docs/dart/latest/tutorial/toh-pt3.jade @@ -62,7 +62,7 @@ code-example(format="." language="bash"). All of our component names end in "Component". All of our component file names end in "_component". - We spell our file names in lower dash case (AKA "kebab-case") so we don't worry about + We spell our filenames in lower underscore case (AKA "snake_case") so we don't worry about case sensitivity on the server or in source control.