From 63ecf63b8eb7cba74df005dbac96ccfc3d9bed06 Mon Sep 17 00:00:00 2001 From: hyouuu Date: Wed, 19 Oct 2016 10:03:27 -0700 Subject: [PATCH] Typo --- guide/controllers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/controllers.md b/guide/controllers.md index b7eda805..eb6b8e25 100644 --- a/guide/controllers.md +++ b/guide/controllers.md @@ -98,7 +98,7 @@ extension UserController: ResourceRepresentable { Conforming `UserController` to `ResourceRepresentable` requires that the signatures of the `index` and `show` methods match what the `Resource` is expecting. -Here is a peak into the `Resource` class. +Here is a peek into the `Resource` class. ```swift final class Resource {