From 44dd5faea335db8b7a893d3745138ff37f376545 Mon Sep 17 00:00:00 2001
From: Robbert Krebbers <mail@robbertkrebbers.nl>
Date: Mon, 1 Aug 2016 12:35:05 +0200
Subject: [PATCH] Fix typo in ProofMode.md.

---
 ProofMode.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProofMode.md b/ProofMode.md
index 5a086022a..e7fbe7f90 100644
--- a/ProofMode.md
+++ b/ProofMode.md
@@ -7,7 +7,7 @@ Applying hypotheses and lemmas
 - `iExact "H"`  : finish the goal if the conclusion matches the hypothesis `H`
 - `iAssumption` : finish the goal if the conclusion matches any hypothesis
 - `iApply trm` : match the conclusion of the current goal against the
-   conclusion of `tetrmrm` and generates goals for the premises of `trm`. See
+   conclusion of `trm` and generates goals for the premises of `trm`. See
    proof mode terms below.
 
 Context management
-- 
GitLab