Skip to content

Commit b32572d

Browse files
ashleedawgLinda Caputo
authored and
Linda Caputo
committed
fixed minor typo (MicrosoftDocs#205)
"languagess" -> "languages"
1 parent 0d21966 commit b32572d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/Office.LanguageSettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use **Application.LanguageSettings.LanguagePreferredForEditing** to determine w
4444
```vb
4545
If Application.LanguageSettings. _
4646
LanguagePreferredForEditing(msoLanguageIDEnglishUS) Then
47-
MsgBox "U.S. English is one of the chosen editing languagess."
47+
MsgBox "U.S. English is one of the chosen editing languages."
4848
End If
4949
```
5050

0 commit comments

Comments
 (0)