Skip to content

Commit

Permalink
[docs] TypeScript over alternative wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 25, 2020
1 parent 4b8bb3e commit 1c65c28
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1.bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Steps:

<!--
Include as many relevant details about the environment with which you experienced the bug.
If you encounter issues with typescript please include version and tsconfig.
If you encounter issues with TypeScript please include version and tsconfig.
-->

| Tech | Version |
Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/formattedTSDemos.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ async function main(argv) {
yargs
.command({
command: '$0',
description: 'transpile typescript demos',
description: 'transpile TypeScript demos',
builder: (command) => {
return command
.option('watch', {
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/test/typescript/styles.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ withStyles((theme) =>
// allow top level media queries
// https://github.com/mui-org/material-ui/issues/12277

// typescript thinks `content` is the CSS property not a classname
// TypeScript thinks `content` is the CSS property not a classname
const ambiguousStyles = createStyles({
content: {
minHeight: '100vh',
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "typescript-to-proptypes",
"version": "2.0.1",
"private": true,
"description": "Generate proptypes from typescript declarations",
"description": "Generate proptypes from TypeScript declarations",
"main": "build/index.js",
"engines": {
"node": ">=10.3.0"
Expand Down
2 changes: 1 addition & 1 deletion scripts/copy-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function includeFileInBuild(file) {
* That package.json contains information about esm for bundlers so that imports
* like import Typography from '@material-ui/core/Typography' are tree-shakeable.
*
* It also tests that an this import can be used in typescript by checking
* It also tests that an this import can be used in TypeScript by checking
* if an index.d.ts is present at that path.
*
* @param {string} rootDir
Expand Down

0 comments on commit 1c65c28

Please sign in to comment.