Skip to content

Commit

Permalink
IBX-7409: Changed Content Type to Content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengar-i authored and Nattfarinn committed Jan 17, 2024
1 parent 49c466c commit 6eab61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/Behat/Context/ContentTypeContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function addFieldsTo($contentTypeIdentifier, array $fieldDefinitions)
public function getCurrentContentType()
{
if ($this->currentContentType === null) {
throw new Exception('No current Content Type has been defined in the context');
throw new Exception('No current Content type has been defined in the context');
}

return $this->currentContentType;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Content/View/Builder/ContentCreateViewBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ private function resolveContentType(array $parameters, array $languageCodes): Co

throw new InvalidArgumentException(
'ContentType',
'No Content Type could be loaded from the parameters'
'No Content type could be loaded from the parameters'
);
}

Expand Down

0 comments on commit 6eab61f

Please sign in to comment.