1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-29 09:53:16 +03:00

Update plugin-name-admin.js

typo in the comment
This commit is contained in:
Piero Savastano 2015-11-11 16:33:27 +01:00
parent 2508a4567b
commit fcd4669f35

View file

@ -2,7 +2,7 @@
'use strict'; 'use strict';
/** /**
* All of the code for your public-facing JavaScript source * All of the code for your admin-facing JavaScript source
* should reside in this file. * should reside in this file.
* *
* Note: It has been assumed you will write jQuery code here, so the * Note: It has been assumed you will write jQuery code here, so the