Skip to content

Commit

Permalink
Merge branch '80-add-more-aria-roles-to-articles' of github.com:hydep…
Browse files Browse the repository at this point in the history
…hp/hyde into 80-add-more-aria-roles-to-articles
  • Loading branch information
caendesilva committed Apr 11, 2022
2 parents 06c440e + 144faf3 commit 420790b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
|--------------------------------------------------------------------------
| Site Language
|--------------------------------------------------------------------------
|
|
| This value sets the language of your site and is used for the
| <html lang=""> element in the app layout. Default is 'en'.
|
Expand All @@ -78,7 +78,7 @@
| for a list of tags and what what they are for.
|
*/

'meta' => [
// 'author' => 'Mr. Hyde',
// 'description' => 'My Hyde Blog',
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/DateStringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class DateStringTest extends TestCase
{
// Test it can parse a date string
// Test it can parse a date string
public function test_it_can_parse_date_string()
{
$dateString = new DateString('2020-01-01');
Expand Down

0 comments on commit 420790b

Please sign in to comment.