mirror of https://github.com/vapor/docs.git
Typo
This commit is contained in:
parent
0edc8649c0
commit
63ecf63b8e
|
|
@ -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<User>` is expecting.
|
||||
|
||||
Here is a peak into the `Resource` class.
|
||||
Here is a peek into the `Resource` class.
|
||||
|
||||
```swift
|
||||
final class Resource<Model: StringInitializable> {
|
||||
|
|
|
|||
Loading…
Reference in New Issue