Skip to content

Commit 3c19161

Browse files
author
maddog
committed
Api Engine -> API Engine
1 parent 0ef0021 commit 3c19161

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css/forms.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<label>Description</label>
99
<textarea class="fixie"></textarea>
1010
<label>Company</label>
11-
<input type="text" value="Api Engine" />
11+
<input type="text" value="API Engine" />
1212
</form>
1313
```
1414
*/
@@ -52,4 +52,4 @@ input:-moz-placeholder {
5252
margin: 0;
5353
font-size: 14px;
5454
margin-bottom: 15px;
55-
}
55+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Api Engine - Great apps start with great api's</title>
5+
<title>Api Engine - Great apps start with great apis</title>
66
<meta name="fragment" content="!">
77
<base href="/repos/apiengine-client/" />
88
<link rel="stylesheet" href="css/styles.css">

0 commit comments

Comments
 (0)