Skip to content

Commit bd2c122

Browse files
committed
Merge branch 'master' of github.com:snapframework/snap-website
2 parents aa54e63 + 8bd9349 commit bd2c122

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

blogdata/content/2010/07/03/snap-0.2.7-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Hi all,
99
The Snap team is pleased to announce the release of Snap 0.2.7. This release
1010
contains **critical fixes for correctness bugs** and all Snap users should
1111
upgrade to the latest version (including `snap-server` 0.2.7.1, a point fix for
12-
an embarassing release issue) at their earliest convenience.
12+
an embarrassing release issue) at their earliest convenience.
1313

1414
Changes since 0.2.6
1515
===================

blogdata/content/2010/08/30/snap-0.2.11-released.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Changes since 0.2.9
3434

3535
- We are now exporting a new function
3636
[`setResponseCode`](/docs/latest/snap-core/Snap-Types.html#v%3AsetResponseCode)
37-
to set the reponse status code and message together using a lookup table,
37+
to set the response status code and message together using a lookup table,
3838
rather than forcing you to input the status message yourself.
3939

4040
- Added a

blogdata/content/2010/11/17/snap-0.3-benchmarks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ in January.
2929
<td>RoR</td>
3030
<td>Apache+PHP</td>
3131
<td>Happstack</td>
32-
<td>Snap (loging)</td>
32+
<td>Snap (logging)</td>
3333
<td>Node.js</td>
3434
<td>Snap (no logging)</td>
3535
</tr>
@@ -81,7 +81,7 @@ better.
8181
<td>RoR</td>
8282
<td>Apache+PHP</td>
8383
<td>Node.js</td>
84-
<td>Snap (loging)</td>
84+
<td>Snap (logging)</td>
8585
<td>Happstack</td>
8686
<td>Snap (no logging)</td>
8787
</tr>

blogdata/content/2012/03/16/snap-0.8-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ later.
110110

111111
### Turn TCP_NODELAY on for all of our sockets
112112

113-
We do our own buffering, so the Nagle algorithm only serves to potenially delay
113+
We do our own buffering, so the Nagle algorithm only serves to potentially delay
114114
our packets.
115115

116116

@@ -182,7 +182,7 @@ handler = route [ ("foo/:id", fooHandler) ]
182182
~~~~~~~~~~
183183

184184
Users found that this violated the principle of least surprise (especially
185-
since the capture handler might supercede the handler for "`foo/`"), so the
185+
since the capture handler might supersede the handler for "`foo/`"), so the
186186
semantics have been changed.
187187

188188

blogdata/content/2013/03/05/announcing-io-streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ that have operations in some other monad lifted over `IO`; I'm more than happy
120120
with this compromise.
121121

122122

123-
## Acknowledgements
123+
## Acknowledgments
124124

125125
We would like to acknowledge the financial assistance of
126126
[Erudify AG](https://erudify.ch/about/), who graciously funded some of the

snaplets/heist/templates/about.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<p>
4949
Snap runs on *nix platforms; it has been tested on Linux and Mac OSX
50-
Snow Leopard. Windows support was added more recently, but it not
50+
Snow Leopard. Windows support was added more recently, but it is not
5151
as well-tested.
5252
</p>
5353

snaplets/heist/templates/docs/tutorials/snap-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ four components:
1515
- `heist` is the HTML templating library. You do not need it to use the
1616
above two libraries but you are certainly welcome to.
1717

18-
- `snap` is a library that builds on the above three prackages and provides
18+
- `snap` is a library that builds on the above three packages and provides
1919
higher-level abstractions for building complex websites. It also contains
2020
a `snap` executable which can generate several different skeleton projects
2121
to get you started.

0 commit comments

Comments
 (0)