Skip to content

Commit 4c59e37

Browse files
committed
Fix spelling on comment
1 parent 266db81 commit 4c59e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public function get(string $identifier, array $args = []): mixed
136136
}
137137
return $this->getter[$identifier];
138138
} else {
139-
throw new NotFoundException("Tring to get a container ({$identifier}) that does not exists", 1);
139+
throw new NotFoundException("Trying to get a container ({$identifier}) that does not exists", 1);
140140
}
141141
}
142142

0 commit comments

Comments
 (0)