From 0fc86c4fa07e4e412ba75bf2072ad7a82487da20 Mon Sep 17 00:00:00 2001 From: Xavier Devroey Date: Mon, 23 Jul 2018 08:58:28 +0200 Subject: [PATCH] Typos Closing #1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 995360bc..6cf89666 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ java.lang.NullPointerException: null * Edit `jcrashpack.json`. * Under `crashes`, add an entry with `` as the key. * Set `application` value to ``. - * If the information is available, set the `buggy_frame` value to the frame in the stack trace where the bug is, the commit where is was fixed (`fixed_commit`), the URL to the `issue` in an issue tracker, and the version fo the project for which the issue has been fixed (`version_fixed`). - * Set the `id` value to `` + * If the information is available, set the `buggy_frame` value to the frame in the stack trace where the bug is, the commit where is was fixed (`fixed_commit`), the URL to the `issue` in an issue tracker, and the version of the project for which the issue has been fixed (`version_fixed`). + * Set the `id` value to ``. * Provide a regular expression for `target_frames` designing the target frames that have to be considered in the stack trace for crash replication. For instance, `.*xwiki.*` allows to consider only target frames in the stack trace where `xwiki` appears. This allows to discard frames from other projects and JDK API. * Set the `version` value to ``.