Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from vmware-tanzu/GuessWhoSamFoo-patch-1
Browse files Browse the repository at this point in the history
Fix spelling in plugin template
  • Loading branch information
wwitzel3 authored Mar 24, 2021
2 parents 5ed68cd + d2e4f92 commit 332848c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yeoman-generator/generators/app/templates/src/plugin.ts.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// core-js and regenerator-runtime are requried to ensure the correct polyfills
// core-js and regenerator-runtime are required to ensure the correct polyfills
// are applied by babel/webpack.
import "core-js/stable";
import "regenerator-runtime/runtime";
Expand Down Expand Up @@ -62,7 +62,7 @@ const <%= pluginClass %>: octant.PluginConstructor = class <%= pluginClass %>

printHandler(request: octant.ObjectRequest): octant.PrintResponse {
const myText = new TextFactory({
value: "my **bold** and *emphisized* test",
value: "my **bold** and *emphasized* test",
options: { isMarkdown: true },
}).toComponent();

Expand Down

0 comments on commit 332848c

Please sign in to comment.