Skip to content

Commit

Permalink
README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Mrak committed Nov 10, 2013
1 parent 9201bb6 commit ed25495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -407,7 +407,7 @@ After successful HTTP request verification, if your body or contents of local fi

### Troubleshooting

* Make sure that the regex you used in your stubby4j configuration actually does what it suppose to do. Validate that it works before using it in stubby4j
* Make sure that the regex you used in your stubby configuration actually does what it suppose to do. Validate that it works before using it in stubby
* Make sure that the regex has capturing groups for the parts of regex you want to capture as token values. In other words, make sure that you did not forget the parenthesis within your regex if your token IDs start from `1`
* Make sure that you are using token ID zero, when wanting to use __full__ regex match as the token value
* Make sure that the token names you used in your template are correct: check that property name is correct, capturing group IDs, token ID of the __full__ match, the `<%` and `%>`
Expand Down

0 comments on commit ed25495

Please sign in to comment.