Update links, clean up quotes

This commit is contained in:
Daniel Lautzenheiser
2022-10-25 11:55:37 -04:00
parent 751c38a034
commit c7f1433002
17 changed files with 29 additions and 31 deletions

View File

@ -10,7 +10,7 @@ The Static CMS exposes a `window.CMS` global object that you can use to register
### React Components inline interaction
Static CMS is a collection of React components and exposes two constructs globally to allow you to create components inline: createClass and h (alias for React.createElement).
Static CMS is a collection of React components and exposes two constructs globally to allow you to create components inline: `createClass` and `h` (alias for React.createElement).
## `registerPreviewTemplate`