From 532c73cf77a762e34e6fbafb9be9e7ff0bd66c78 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sat, 31 Aug 2019 23:15:26 +0900 Subject: [PATCH] Fix typo in stability-guarantees.md (#136) --- docs/src/overview/stability-guarantees.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/overview/stability-guarantees.md b/docs/src/overview/stability-guarantees.md index a843440..84bb68d 100644 --- a/docs/src/overview/stability-guarantees.md +++ b/docs/src/overview/stability-guarantees.md @@ -5,7 +5,7 @@ In short: we are versioning our software as `MAJOR.MINOR.PATCH`. We increase the: * MAJOR version when there are incompatible API changes, -* MINOR version when we introducece functionality in a backwards-compatible manner +* MINOR version when we introduce functionality in a backwards-compatible manner * PATCH version when we make backwards-compatible bug fixes We will provide migration documentation between major versions.