瀏覽代碼

doc: fix README typo

Samuel Padgett 4 年之前
父節點
當前提交
56e7de4dd5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -24,7 +24,7 @@ plugin name in the `consolePlugin` declaration of [package.json](package.json).
   "name": "my-plugin",
   "version": "0.0.1",
   "displayName": "My Plugin",
-  "description": "Enjoy this siny, new console plugin!",
+  "description": "Enjoy this shiny, new console plugin!",
   "exposedModules": {
     "ExamplePage": "./components/ExamplePage"
   },