Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling corrections in the plugin description. #13

Open
wants to merge 1 commit into
base: master
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
8 changes: 4 additions & 4 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@

<h3>General:</h3>
<ul>
<li>Custom icons for phpspac files</li>
<li>Custom icons for phpspec files</li>
<li>Generate spec file for php class</li>
</ul>

<h3>Navigation:</h3>
<ul>
<li>go to spec from php class / go to clas from spec class</li>
<li>Go to spec from php class / go to class from spec class</li>
</ul>
]]></description>

<change-notes><![CDATA[
<h3>0.1</h3>
<ul>
<li>basic type provider for spec object</li>
<li>class inspection - generate warning for classes without spec with quick fix auto generatrion</li>
<li>class inspection - generate warning for classes without spec with quick fix auto generation</li>
<li>generate spec for class</li>
<li>custom icons for spec files</li>
<li>go to spec from php class / go to clas from spec class</li>
<li>go to spec from php class / go to class from spec class</li>
</ul>
]]>
</change-notes>
Expand Down