From 7826ae43610a1f8d96b7e3e7d9e55c33c31110d1 Mon Sep 17 00:00:00 2001 From: Dolphin Wood Date: Sat, 23 Sep 2017 00:55:19 +0900 Subject: [PATCH] doc(contributing): fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31abfbc..4ab13d4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -125,6 +125,6 @@ It's recommended to **run tests locally before you submit a pull request**, thou - `helpers/`: small helper functions for tests. - `spec/`: specific test cases. -- `typins/`: type definitions for TypeScript users. **If you are adding new features to this project, don't forget to update typings too.** +- `typings/`: type definitions for TypeScript users. **If you are adding new features to this project, don't forget to update typings too.**