Skip to content

Commit a45da41

Browse files
authored
Run npm audit and fix typos (#133)
1 parent 8cf7553 commit a45da41

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane" />
104104
</bt:ShortStrings>
105105
<bt:LongStrings>
106-
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
106+
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Taskpane' button to get started." />
107107
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane" />
108108
</bt:LongStrings>
109109
</Resources>

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/end-to-end/test-manifest-debugging.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane"/>
104104
</bt:ShortStrings>
105105
<bt:LongStrings>
106-
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started."/>
106+
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Taskpane' button to get started."/>
107107
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane"/>
108108
</bt:LongStrings>
109109
</Resources>

test/end-to-end/test-manifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<bt:String id="TaskpaneButton.Label" DefaultValue="Show Taskpane"/>
6868
</bt:ShortStrings>
6969
<bt:LongStrings>
70-
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded succesfully. Go to the HOME tab and click the 'Show Taskpane' button to get started."/>
70+
<bt:String id="GetStarted.Description" DefaultValue="Your sample add-in loaded successfully. Go to the HOME tab and click the 'Show Taskpane' button to get started."/>
7171
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Click to Show a Taskpane"/>
7272
</bt:LongStrings>
7373
</Resources>

0 commit comments

Comments
 (0)