Skip to content

Commit 50b75e0

Browse files
committed
fixed typo: 'going to have to pretty deep'
1 parent 7afdc30 commit 50b75e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/02-roleBasedAccess.exercise.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const canUserAccess = (role: Role, action: Action) => {
132132
* Argument of type '"update-self" | "view" | "create" | "update-any"
133133
* | "delete"' is not assignable to parameter of type '"view"'.
134134
*
135-
* To understand this error, we're going to have to pretty deep.
135+
* To understand this error, we will have to dig pretty deep.
136136
*
137137
* 🚁 Let's look at our UserAccessModelValues type again.
138138
*

0 commit comments

Comments
 (0)