Skip to content
Snippets Groups Projects
Commit eac6aa6d authored by Kristen Pol's avatar Kristen Pol
Browse files

Fix typo.

parent 341bf966
No related branches found
No related tags found
1 merge request!97Issue #3514737: initial Tugboat config
......@@ -9,6 +9,6 @@ use Drupal\node\Entity\Node;
$node = Node::create([
'type' => 'article',
'title' => 'Test article node for XB+SDDS (to go /xb/node/1 to test)',
'title' => 'Test article node for XB+SDDS (go to /xb/node/1 to test)',
]);
$node->save();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment