Skip to content

Commit 839f904

Browse files
committed
fix(*): replacing ’ with '
1 parent 94fb112 commit 839f904

File tree

13 files changed

+31
-31
lines changed

13 files changed

+31
-31
lines changed

README.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<article>
1414
<h1>Thank you for downloading
1515
<br>Ignite UI for Angular</h1>
16-
<p>In the package you just downloaded, you get a complete set of samples, including source code for each of them. Youll
16+
<p>In the package you just downloaded, you get a complete set of samples, including source code for each of them. You'll
1717
see the full array of capabilities in Ignite UI for Angular, all the different features for the controls, how they
1818
are implemented.
1919
</p>
@@ -43,7 +43,7 @@ <h2>Prerequisites to using Ignite UI for Angular</h2>
4343
app, including Ignite UI for Angular, and to build Ignite UI for Angular apps.
4444
<br>
4545
<br>To get started, you must install both NodeJS and Visual Studio Code on your machine. Modern web development with
46-
Angular requires NodeJS, its sort of like an ASP.NET app running in the browser requires ASP.NET runtime deployed
46+
Angular requires NodeJS, it's sort of like an ASP.NET app running in the browser requires ASP.NET runtime deployed
4747
on the server. For development, there is nothing better than Visual Studio Code to build Angular apps. Getting started
4848
is easy, just download and install both Node.js and Visual Studio Code.</p>
4949
<div class="callouts">
@@ -69,7 +69,7 @@ <h2>Running the Ignite UI for Angular Samples</h2>
6969
<h3>Step-by-Step</h3>
7070
<ol>
7171
<li>Unzip the package to your hard drive. </li>
72-
<li>Open the project by right-clicking anywhere in the folder that youve just unzipped and selecting “Open with Code”
72+
<li>Open the project by right-clicking anywhere in the folder that you've just unzipped and selecting “Open with Code”
7373
from the context menu. If you do not have a right-click option to Open in Code, or you are running a Mac, simply
7474
open Visual Studio Code and from the File menu select Open Folder and select the folder you just unzipped. </li>
7575
<li>Once Visual Studio Code is open, you should see the samples folders in the Explorer pane. </li>
@@ -85,13 +85,13 @@ <h3>Step-by-Step</h3>
8585
<section class="cli">
8686
<article>
8787
<h2>Building your first Ignite UI for Angular app</h2>
88-
<p>After youve looked at the Ignite UI for Angular samples and explored the online docs, its time to get started building
89-
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), its super-easy
88+
<p>After you've looked at the Ignite UI for Angular samples and explored the online docs, it's time to get started building
89+
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), it's super-easy
9090
to get started building full-featured Angular apps. Our CLI gives you the ability to initialize, develop, scaffold,
9191
and maintain applications in Angular with Ignite UI, all with pre-set navigation, templates for each control and
9292
full screen views that can help you kick off any type of Angular app development.
9393
<br>
94-
<br>Weve included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for
94+
<br>We've included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for
9595
Angular CLI to build your first Ignite UI for Angular app.</p>
9696
<div class="callouts">
9797
<div class="callout">
@@ -137,4 +137,4 @@ <h2>Building your first Ignite UI for Angular app</h2>
137137
</footer>
138138
</body>
139139

140-
</html>
140+
</html>
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable max-len */
22

33
export const gridDynamicChartRoutesData = {
4-
'data-analysis': { displayName: 'Grid Dynamic Chart Data', parentName: 'Grid', title: 'Angular grid for data virtualization and performance', description: 'Seamlessly scroll through unlimited rows and columns in your Angular grid, with the data grids column and row level virtualization.' },
4+
'data-analysis': { displayName: 'Grid Dynamic Chart Data', parentName: 'Grid', title: 'Angular grid for data virtualization and performance', description: 'Seamlessly scroll through unlimited rows and columns in your Angular grid, with the data grid\'s column and row level virtualization.' },
55
'data-analysis-dock-manager': { displayName: 'Data Analysis with Dock Manager', parentName: 'Grid', title: 'Angular grid with Real-Time Data Analysis and Dashboards', description: 'Data Analysis with dock manager - provide a complete windowing experience, splitting complex layouts into smaller, easier-to-manage panes.' }
66

77
};

projects/app-lob/src/app/home/home.component.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h2 class="title">
44
Samples with Charts!
55
</h2>
66
<p class="description">
7-
Browse the left menu to see the complete set of samples for each control. Youll see the full array of capabilities in Ignite
7+
Browse the left menu to see the complete set of samples for each control. You'll see the full array of capabilities in Ignite
88
UI for Angular, all the different features for the controls and how they are implemented.
99
</p>
1010
</section>
@@ -13,14 +13,14 @@ <h3 class="contentTitle">
1313
Building your first Ignite UI for Angular app
1414
</h3>
1515
<p class="contentText">
16-
After youve looked at the Ignite UI for Angular samples and explored the online docs, its time to get started building
17-
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), its super-easy
16+
After you've looked at the Ignite UI for Angular samples and explored the online docs, it's time to get started building
17+
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), it's super-easy
1818
to get started building full-featured Angular apps. Our CLI gives you the ability to initialize, develop, scaffold,
1919
and maintain applications in Angular with Ignite UI, all with pre-set navigation, templates for each control
2020
and full screen views that can help you kick off any type of Angular app development.
2121
</p>
2222
<p class="contentText">
23-
Weve included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for Angular
23+
We've included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for Angular
2424
CLI to build your first Ignite UI for Angular app.
2525
</p>
2626
<div class="videos">
@@ -42,7 +42,7 @@ <h3 class="contentTitle">
4242
If you are already familiar with node.js and using a CLI, you can skip the videos and type:
4343
</p>
4444
<span class="code-snippet">
45-
npm install igniteui-cli g
45+
npm install igniteui-cli -g
4646
</span>
4747
<p>
4848
in Terminal, PowerShell or Bash to install our CLI. We include an alias, so just type:

projects/app-lob/src/app/treegrid-finjs/tree-grid-finjs-sample.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
[height]="'calc(100% - 76px)'"
3232
width="100%"
3333
[moving]="true"
34-
[autoGenerate]='false'
35-
displayDensity='compact'
34+
[autoGenerate]="false"
35+
displayDensity="compact"
3636
hiddenColumnsText="Hidden"
3737
[isLoading]="isLoading"
3838
[allowFiltering]="true"

readmeStyle.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ h3 {
2626
}
2727

2828
.code-snippet {
29-
font-family: Courier New, monospace;
29+
font-family: 'Courier New', monospace;
3030
background: rgba(94, 110, 122, 0.12);
3131
padding: 4px;
3232
}

src/app/data-entries/radio/radio-sample-2/radio-sample-2.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div>
77
<h5>New York City</h5>
88
New York City comprises 5 boroughs sitting where the Hudson River meets the Atlantic Ocean. At its core is
9-
Manhattan, a densely populated borough thats among the worlds major commercial, financial and cultural
9+
Manhattan, a densely populated borough that's among the world's major commercial, financial and cultural
1010
centers.
1111
</div>
1212
</div>

src/app/home/home.component.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h2 class="title">
44
Welcome to Ignite UI for Angular!
55
</h2>
66
<p class="description">
7-
Browse the left menu to see the complete set of samples for each control. Youll see the full array of capabilities in Ignite
7+
Browse the left menu to see the complete set of samples for each control. You'll see the full array of capabilities in Ignite
88
UI for Angular, all the different features for the controls and how they are implemented.
99
</p>
1010
</section>
@@ -13,14 +13,14 @@ <h3 class="contentTitle">
1313
Building your first Ignite UI for Angular app
1414
</h3>
1515
<p class="contentText">
16-
After youve looked at the Ignite UI for Angular samples and explored the online docs, its time to get started building
17-
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), its super-easy
16+
After you've looked at the Ignite UI for Angular samples and explored the online docs, it's time to get started building
17+
your first Ignite UI for Angular app. Using the Ignite UI for Angular CLI (Command Line Interface), it's super-easy
1818
to get started building full-featured Angular apps. Our CLI gives you the ability to initialize, develop, scaffold,
1919
and maintain applications in Angular with Ignite UI, all with pre-set navigation, templates for each control
2020
and full screen views that can help you kick off any type of Angular app development.
2121
</p>
2222
<p class="contentText">
23-
Weve included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for Angular
23+
We've included 2 videos that will help you install the pre-requisites and walk you through using the Ignite UI for Angular
2424
CLI to build your first Ignite UI for Angular app.
2525
</p>
2626
<div class="videos">
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="parent" igxRipple="white" igxRippleTarget=".child" [igxRippleCentered]="true">
22
<div>
33
<h5>New York City</h5>
4-
New York City comprises 5 boroughs sitting where the Hudson River meets the Atlantic Ocean. At its core is Manhattan, a densely populated borough thats among the worlds major commercial, financial and cultural centers.
4+
New York City comprises 5 boroughs sitting where the Hudson River meets the Atlantic Ocean. At its core is Manhattan, a densely populated borough that's among the world's major commercial, financial and cultural centers.
55
<button class="sample-button child" igxButton="raised">Read More</button>
66
</div>
77
</div>

src/app/layouts/accordion/accordion-sample-1/accordion-sample-1.component.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</igx-expansion-panel>
6464
<igx-expansion-panel>
6565
<igx-expansion-panel-header>
66-
<igx-expansion-panel-title>What happens if I dont renew my subscription?</igx-expansion-panel-title>
66+
<igx-expansion-panel-title>What happens if I don't renew my subscription?</igx-expansion-panel-title>
6767
</igx-expansion-panel-header>
6868
<igx-expansion-panel-body>
6969
Any unlicensed or trial versions of Ignite UI for Angular, React and Web Components will now include
@@ -72,7 +72,7 @@
7272
</igx-expansion-panel>
7373
<igx-expansion-panel>
7474
<igx-expansion-panel-header>
75-
<igx-expansion-panel-title>If I dont renew my subscription will
75+
<igx-expansion-panel-title>If I don't renew my subscription will
7676
I still have access to previous versions of Infragistics products?
7777
</igx-expansion-panel-title>
7878
</igx-expansion-panel-header>

src/app/layouts/accordion/accordion-sample-2/accordion-sample-2.component.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<igx-expansion-panel>
7373
<igx-expansion-panel-header>
7474
<igx-expansion-panel-title>
75-
What happens if I dont renew my subscription?
75+
What happens if I don't renew my subscription?
7676
</igx-expansion-panel-title>
7777
</igx-expansion-panel-header>
7878
<igx-expansion-panel-body>
@@ -84,7 +84,7 @@
8484
<igx-expansion-panel>
8585
<igx-expansion-panel-header>
8686
<igx-expansion-panel-title>
87-
If I dont renew my subscription will I still have access to previous versions of
87+
If I don't renew my subscription will I still have access to previous versions of
8888
Infragistics products?
8989
</igx-expansion-panel-title>
9090
</igx-expansion-panel-header>
@@ -108,7 +108,7 @@
108108
Subscription
109109
renewal can be canceled, at any time, before the next automatic renewal date. Subscriptions
110110
purchased
111-
directly from Infragistics or Infragistics partners are subject to the renewal terms that
111+
directly from Infragistics or Infragistics' partners are subject to the renewal terms that
112112
were agreed
113113
upon as part of that purchase.
114114
</igx-expansion-panel-body>
@@ -123,7 +123,7 @@
123123
</igx-expansion-panel-title>
124124
</igx-expansion-panel-header>
125125
<igx-expansion-panel-body>
126-
The Infragistics Ultimate license is tied to the user, and not the computer. That means youre welcome
126+
The Infragistics Ultimate license is tied to the user, and not the computer. That means you're welcome
127127
to install and use Ignite UI, Infragistics Professional, and Infragistics Ultimate on any computer you
128128
use. However, if we notice a large number of activations using the same license, we may contact you to
129129
verify this behavior.

src/app/layouts/card/card-sample-2/card-sample-2.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { Card } from '../card.blueprint';
88
})
99
export class CardSample2Component {
1010
public card = new Card({
11-
content: `As I have always said: I write whats real and whats true,
11+
content: `As I have always said: I write what's real and what's true,
1212
even if it means throwing myself under the bus.`,
1313
icons: ['skip_previous', 'play_arrow', 'skip_next'],
1414
imageUrl: 'assets/images/card/media/ROZES-Under-the-Grave.jpg',

src/app/layouts/card/card.component.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class CardComponent {
1111
buttons: ['read more'],
1212
content: `New York City comprises 5 boroughs sitting where the
1313
Hudson River meets the Atlantic Ocean. At its core is Manhattan,
14-
a densely populated borough thats among the worlds major commercial,
14+
a densely populated borough that's among the world's major commercial,
1515
financial and cultural centers.`,
1616
icons: ['favorite', 'share'],
1717
imageUrl: 'assets/images/card/media/ny.jpg',

src/app/theming/animations/animations-sample-2/animations-sample-2.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h5 class="igx-card-header__subtitle">Under the Grave (2016)</h5>
1212
</igx-card-header>
1313

1414
<igx-card-content>
15-
<p class="igx-card-content__text">As I have always said: I write whats real and whats true,
15+
<p class="igx-card-content__text">As I have always said: I write what's real and what's true,
1616
even if it means throwing myself under the bus.</p>
1717
</igx-card-content>
1818
</div>

0 commit comments

Comments
 (0)