diff options
| author | Johannes Theiner <[email protected]> | 2024-07-31 21:47:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-07-31 21:47:47 +0200 |
| commit | 893e489e84ba3bdc65ed5c8d5ff9115fe5827908 (patch) | |
| tree | 2ec8d622b7f337eeda74b332a67ccf5424fd3385 | |
| parent | d05f42d8c5fe0bae820fac20e17ea655b295a015 (diff) | |
| parent | de770934b29b0eb4c33be6add1ffeb7fac9d18e1 (diff) | |
| download | ai-pulse-obsidian-plugin-893e489e84ba3bdc65ed5c8d5ff9115fe5827908.tar.gz ai-pulse-obsidian-plugin-893e489e84ba3bdc65ed5c8d5ff9115fe5827908.zip | |
Merge pull request #92 from revolter/patch-2
Fix incorrect TypeScript spelling
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ This is a sample plugin for Obsidian (https://obsidian.md). -This project uses Typescript to provide type checking and documentation. -The repo depends on the latest plugin API (obsidian.d.ts) in Typescript Definition format, which contains TSDoc comments describing what it does. +This project uses TypeScript to provide type checking and documentation. +The repo depends on the latest plugin API (obsidian.d.ts) in TypeScript Definition format, which contains TSDoc comments describing what it does. **Note:** The Obsidian API is still in early alpha and is subject to change at any time! |
