Browse Source

Merge pull request #3726 from acburdine/patch-1

Fix grammatical error in desktop notification docs
Kevin Sawicki 9 years ago
parent
commit
8cdddcd562
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/tutorial/desktop-environment-integration.md

+ 1 - 1
docs/tutorial/desktop-environment-integration.md

@@ -25,7 +25,7 @@ myNotification.onclick = function () {
 }
 ```
 
-While code and user experience across operating systems are similar, but there
+While code and user experience across operating systems are similar, there
 are fine differences.
 
 ### Windows