Minor docs typos
----------------
Key: ARQ-570
URL:
https://issues.jboss.org/browse/ARQ-570
Project: Arquillian
Issue Type: Quality Risk
Security Level: Public (Everyone can see)
Components: Documentation
Reporter: Ondrej Zizka
Priority: Trivial
{code}
@Test // runs in container
public void shouldBeAbleToRunOnClientSide() throws Exception {
}
{code}
I thin that should be named `shouldBeAbleToRunOnContainerSide`.
{code}
@ArquillianResource(MyServlet.class)
private URL baseServerURL;
{code}
I think that should be baseServletURL.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira