Make WordPress Core


Ignore:
Timestamp:
04/12/2024 05:45:23 PM (10 months ago)
Author:
swissspidy
Message:

Docs: Fix various typos and spelling mistakes.

Props swissspidy, jucaduca, sergeybiryukov.
See #60699.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/fonts/font-library/wpRestFontFamiliesController.php

    r57909 r57987  
    383383        $this->check_font_family_data( $data, $data['id'], $response->get_links() );
    384384
    385         $reponse_settings = $data['font_family_settings'];
    386         $this->assertSame( $settings, $reponse_settings, 'The expected settings should exist in the font_family_settings data.' );
     385        $response_settings = $data['font_family_settings'];
     386        $this->assertSame( $settings, $response_settings, 'The expected settings should exist in the font_family_settings data.' );
    387387        $this->assertEmpty( $data['font_faces'], 'The font_faces should be empty or not exist in the response data.' );
    388388    }
Note: See TracChangeset for help on using the changeset viewer.