From ccbe7986cdc7f9e5014ea042b9f0328cd4712d36 Mon Sep 17 00:00:00 2001 From: Alexander Karpov Date: Wed, 6 Feb 2019 19:03:51 +0300 Subject: [PATCH] Fixed typo --- fsprovider-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsprovider-sample/README.md b/fsprovider-sample/README.md index 683d3367..dbb35568 100644 --- a/fsprovider-sample/README.md +++ b/fsprovider-sample/README.md @@ -1,6 +1,6 @@ # MemFS -This extension implements an in-memory file system to show-case the [filesytem provider api](https://github.com/Microsoft/vscode/blob/51a880315fd0ec2cafb511a17de48ec31802ba6d/src/vs/vscode.d.ts#L4968). It serves two purposes: +This extension implements an in-memory file system to show-case the [filesystem provider api](https://github.com/Microsoft/vscode/blob/51a880315fd0ec2cafb511a17de48ec31802ba6d/src/vs/vscode.d.ts#L4968). It serves two purposes: * Be a sample/reference for extension authors that want to implement a filesystem provider * Be a test for other extensions that *falsely* assume text document always live on disk.