We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef0021 commit 3c19161Copy full SHA for 3c19161
2 files changed
css/forms.css
@@ -8,7 +8,7 @@
8
<label>Description</label>
9
<textarea class="fixie"></textarea>
10
<label>Company</label>
11
- <input type="text" value="Api Engine" />
+ <input type="text" value="API Engine" />
12
</form>
13
```
14
*/
@@ -52,4 +52,4 @@ input:-moz-placeholder {
52
margin: 0;
53
font-size: 14px;
54
margin-bottom: 15px;
55
-}
+}
index.html
@@ -2,7 +2,7 @@
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
- <title>Api Engine - Great apps start with great api's</title>
+ <title>Api Engine - Great apps start with great apis</title>
6
<meta name="fragment" content="!">
7
<base href="/repos/apiengine-client/" />
<link rel="stylesheet" href="css/styles.css">
0 commit comments