From 984433403497c6214368198ea2e72af842601faa Mon Sep 17 00:00:00 2001
From: Tim Otten <totten@civicrm.org>
Date: Mon, 5 Jun 2017 19:39:02 -0700
Subject: [PATCH] "AngularJS: File Names" - Tweak heading

---
 docs/framework/angular/files.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/framework/angular/files.md b/docs/framework/angular/files.md
index 0fc28b31..3316125e 100644
--- a/docs/framework/angular/files.md
+++ b/docs/framework/angular/files.md
@@ -58,7 +58,7 @@ __Service Files__
 
    * `ang/{mymodule}/{FooBar}.js` - The declaration and logic for a service named `mymoduleFooBar`.
 
-!!! tip "Use tilde (`~`) to load HTML templates"
+!!! tip "Tip: Use tilde (`~`) to load HTML templates"
     When writing code for Angular, you might use an expression like
     `{templateUrl: 'https://example.org/FooBar.html'}`.  However,
     constructing a full URL that works in every Civi deployment would be
-- 
GitLab