Skip to content

Commit 519a288

Browse files
author
Matthias Jacobi
committed
corrected intantiate to instantiate
1 parent 0b5f2f0 commit 519a288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contents/docs/icehawk/cookies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class YourGetRequestHandler implements HandlesGetRequest
2828

2929
<hr class="blockspace">
3030

31-
## Where to intantiate the object?
31+
## Where to instantiate the object?
3232

3333
As shown in the [configuration section](@baseUrl@/docs/icehawk/configuration.html) you need to provide an instance of the `Cookies` class
3434
(or an implementation of the `ProvidesCookieData` interface) once in the `getCookies()` method. IceHawk will then inject it to all subsequent objects.

0 commit comments

Comments
 (0)