Skip to content

Commit 03edd2e

Browse files
committed
fix: minor - spelling, quotes
1 parent ce2a2a4 commit 03edd2e

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Install the Angular CLI globally using a terminal/console window.
7171
npm install -g @angular/cli
7272
```
7373

74-
### Instalation
74+
### Installation
7575

7676
``` bash
7777
$ npm install

src/index.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
* License: MIT
77
-->
88
<!DOCTYPE html>
9-
<html lang='en'>
9+
<html lang="en">
1010
<head>
11-
<meta charset='utf-8'>
12-
<base href='./'>
13-
<meta content='width=device-width, initial-scale=1, shrink-to-fit=no' name='viewport' />
14-
<meta content='CoreUI Free Angular Admin Template' name='description' />
15-
<meta content='Łukasz Holeczek' name='author' />
11+
<meta charset="utf-8">
12+
<base href="./">
13+
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
14+
<meta content="CoreUI Free Angular Admin Template" name="description" />
15+
<meta content="Łukasz Holeczek" name="author" />
1616
<meta
17-
content='CoreUI,Bootstrap,Admin,Template,Free,Angular,Dashboard,Typescript'
18-
name='keyword'
17+
content="CoreUI,Bootstrap,Admin,Template,Free,Angular,Dashboard,Typescript"
18+
name="keyword"
1919
/>
20-
<link href='assets/favicon.ico' rel='icon' type='image/x-icon'>
20+
<link href="assets/favicon.ico" rel="icon" type="image/x-icon">
2121
<title>CoreUI Free Angular Admin Template</title>
2222
</head>
2323
<body>
2424
<noscript>You need to enable JavaScript to run this app.</noscript>
2525

26-
<div class='fade show' style='text-align: center; padding-top: calc(100vh / 2); height: 100vh'>
27-
<i class='spinner-grow spinner-grow-sm'></i>
28-
<span class='m-1'>Loading...</span>
26+
<div class="fade show" style="text-align: center; padding-top: calc(100vh / 2); height: 100vh">
27+
<i class="spinner-grow spinner-grow-sm"></i>
28+
<span class="m-1">Loading...</span>
2929
</div>
3030
</body>
3131
</html>

0 commit comments

Comments
 (0)