We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fd2b4 commit adfcf95Copy full SHA for adfcf95
1 file changed
src/vs/platform/files/common/files.ts
@@ -29,7 +29,7 @@ export interface IFileService {
29
readonly onDidChangeFileSystemProviderRegistrations: Event<IFileSystemProviderRegistrationEvent>;
30
31
/**
32
- * An even that is fired when a registered file system provider changes it's capabilities.
+ * An event that is fired when a registered file system provider changes it's capabilities.
33
*/
34
readonly onDidChangeFileSystemProviderCapabilities: Event<IFileSystemProviderCapabilitiesChangeEvent>;
35
0 commit comments