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

fix typo in about section of index page #22

Merged
merged 1 commit into from Apr 15, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion war/index.html
Expand Up @@ -136,7 +136,7 @@ <h2>About this site:</h2>
<ul>
<p>The Groovy Web Console is a website for sharing and executing Groovy programming snippets of code!</p>
<li>Application deployed on <a href="http://code.google.com/appengine">Google App Engine</a></li>
<li>Developed with the <a href="http://gaelyk.appspot.com">Gaelyk</a> lightweigh Groovy toolkit for Google App Engine</li>
<li>Developed with the <a href="http://gaelyk.appspot.com">Gaelyk</a> lightweight Groovy toolkit for Google App Engine</li>
<li>Programmed with <a href="http://groovy.codehaus.org">Groovy</a></li>
<li>Code hosted on <a href="http://github.com/glaforge/groovywebconsole/tree/master">GitHub</a> and managed with Git</li>
<li>Live syntax highlighting provided by <a href="http://marijn.haverbeke.nl/codemirror/">CodeMirror</a></li>
Expand Down