Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Fix typo - repsonsive-menus.js to responsive-menus.js in Settings section #10

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
This script adds accessibility-compatible responsive menus to Genesis Framework child themes. It is intended as a drop-in plugin that accepts a localized object of settings for the script to use.

## Settings
Settings can be added by localizing an array of appropriate values to the repsonsive-menus.js script (or responsive-menus.min.js if you are serving production).
Settings can be added by localizing an array of appropriate values to the responsive-menus.js script (or responsive-menus.min.js if you are serving production).

```php
function prefix_responsive_menu_settings() {
Expand Down