Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit f3f91bb

Browse files
EladBezaleljelbourn
authored andcommitted
style(branding): branding consistency fixup (#87)
1 parent a8f83de commit f3f91bb

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (process.env['TRAVIS']) {
4040
'browserName': 'chrome',
4141
'tunnel-identifier': process.env['TRAVIS_JOB_NUMBER'],
4242
'build': process.env['TRAVIS_JOB_NUMBER'],
43-
'name': 'Material 2 Docs E2E'
43+
'name': 'Material Docs E2E'
4444
};
4545

4646
}

src/assets/documents/guides/getting-started.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p>Get started with Angular Material 2 using the Angular CLI.</p>
1+
<p>Get started with Angular Material using the Angular CLI.</p>
22
<h2 id="install-the-cli">Install the CLI</h2>
33
<pre><code class="lang-bash"> npm install -g angular-cli
44
</code></pre>
@@ -64,8 +64,8 @@ <h3 id="-optional-using-material-design-icons-with-md-icon-">[Optional] Using Ma
6464
<p><strong>src/index.html</strong></p>
6565
<pre><code class="lang-html"><span class="hljs-tag">&lt;<span class="hljs-name">link</span> <span class="hljs-attr">href</span>=<span class="hljs-string">"https://fonts.googleapis.com/icon?family=Material+Icons"</span> <span class="hljs-attr">rel</span>=<span class="hljs-string">"stylesheet"</span>&gt;</span>
6666
</code></pre>
67-
<h2 id="sample-angular-material-2-projects">Sample Angular Material 2 projects</h2>
67+
<h2 id="sample-angular-material-projects">Sample Angular Material projects</h2>
6868
<ul>
69-
<li><a href="https://github.com/jelbourn/material2-app">Material 2 Sample App</a></li>
69+
<li><a href="https://github.com/jelbourn/material2-app">Material Sample App</a></li>
7070
<li><a href="https://github.com/kara/leashed-in">Angular Connect 2016 Demo</a></li>
7171
</ul>

src/assets/documents/guides/theming.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3 id="what-is-a-theme-">What is a theme?</h3>
1111
<li>A foreground palette: colors for text and icons.</li>
1212
<li>A background palette: colors used for element backgrounds.</li>
1313
</ul>
14-
<p>In Angular Material 2, all theme styles are generated <em>statically</em> at build-time so that your
14+
<p>In Angular Material, all theme styles are generated <em>statically</em> at build-time so that your
1515
app doesn&#39;t have to spend cycles generating theme styles on startup.</p>
1616
<h3 id="using-a-pre-built-theme">Using a pre-built theme</h3>
1717
<p>Angular Material comes prepackaged with several pre-built theme css files. These theme files also

src/assets/plunker/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Angular 2 Material Plunker</title>
4+
<title>Angular Material Plunker</title>
55

66
<!-- Load common libraries -->
77
<script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/2.0.3/typescript.min.js"></script>
@@ -19,7 +19,7 @@
1919
.catch(console.error.bind(console));
2020
</script>
2121

22-
<!-- Load the Angular Material 2 stylesheet -->
22+
<!-- Load the Angular Material stylesheet -->
2323
<link href="https://unpkg.com/@angular/material/core/theming/prebuilt/indigo-pink.css" rel="stylesheet">
2424
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
2525
<style>body { font-family: Roboto, Arial, sans-serif; }</style>

src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This file includes polyfills needed by Angular 2 and is loaded before
1+
// This file includes polyfills needed by Angular and is loaded before
22
// the app. You can add your own extra polyfills to this file.
33
import 'core-js/es6/symbol';
44
import 'core-js/es6/object';

0 commit comments

Comments
 (0)