次$1
Description
書籍の場合は、以下ではなく次を利用します(常に下にあるとは限らないため)
Patterns
Pattern | Expected |
---|---|
/(? | 次$1 |
Examples
Before | After |
---|---|
それぞれ以下のように書かれています。 | それぞれ次のように書かれています。 |
以下の | 次の |
次回 | 次回 |
下記の | 次の |
Node.js 12以下の | Node.js 12以下の |
webpack
Description
webpack is lower-case https://webpack.js.org/
Patterns
Pattern | Expected |
---|---|
/\bwebpack\b/i | webpack |
Examples
Before | After |
---|---|
webpack | webpack |
WebPack | webpack |
BuildWebPack is OK | BuildWebPack is OK |
localStorage
Description
Reference https://www.w3.org/TR/webstorage/
Patterns
Pattern | Expected |
---|---|
localstorage | localStorage |
local storage | localStorage |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
localstorage is a parts of webstorage | localStorage is a parts of webstorage |
local storage is a parts of webstorage | localStorage is a parts of webstorage |
$1rotli
Description
Brotliはbr
Patterns
Pattern | Expected |
---|---|
/\b(b)rottli\b/i | $1rotli |
Examples
Before | After |
---|---|
brottli compression | brotli compression |
brottli圧縮 | brotli圧縮 |
BrotliはbrotliでOK | BrotliはbrotliでOK |
WebDriver
Description
Reference http://www.seleniumhq.org/projects/webdriver/
Patterns
Pattern | Expected |
---|---|
/WebDriver/i | WebDriver |
/Web Driver/i | WebDriver |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
Web Driver is designed in a simpler and more concise programming interface | WebDriver is designed in a simpler and more concise programming interface |
webdriver is designed in a simpler and more concise programming interface | WebDriver is designed in a simpler and more concise programming interface |
WebdriverIO is OK. | WebdriverIO is OK. |
Virtual Machine
Patterns
Pattern | Expected |
---|---|
Virtual machine | Virtual Machine |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
MSEdgeが使えるWindows 10のVirtual machine(VM)が公開された | MSEdgeが使えるWindows 10のVirtual Machine(VM)が公開された |
WHATWG
Description
WHAWG typo
Patterns
Pattern | Expected |
---|---|
/\bWHAWG\b/ | WHATWG |
/\bWHATWGT\b/ | WHATWG |
Examples
Before | After |
---|---|
WHATWG | WHATWG |
WHAWG | WHATWG |
WHATWG | WHATWG |
HTML5 Rocks
Patterns
Pattern | Expected |
---|---|
/HTML5Rocks/i | HTML5 Rocks |
/HTML5Rock/i | HTML5 Rocks |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
HTML5Rockに現在公開されている翻訳記事のまとめ | HTML5 Rocksに現在公開されている翻訳記事のまとめ |
Oreilly
Description
O'reilly is OK. But oreilly is not OK
Patterns
Pattern | Expected |
---|---|
/Oreilly/i | Oreilly |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
oreilly | Oreilly |
prototype pollution
Patterns
Pattern | Expected |
---|---|
prototype pollusion | prototype pollution |
Examples
Before | After |
---|---|
prototype pollution | prototype pollution |
prototype pollusion | prototype pollution |
Source Map
Description
Reference http://source-map.github.io/
Patterns
Pattern | Expected |
---|---|
/Source Map/i | Source Map |
/SourceMap/i | Source Map |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
多段SourceMapに対応 | 多段Source Mapに対応 |
SourceMap | Source Map |
Windows $1
Description
Reference https://www.microsoft.com/windows
Patterns
Pattern | Expected |
---|---|
/Windows (\d+)/i | Windows $1 |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
OK windows | OK windows |
windows 10 | Windows 10 |
webpack
Patterns
Pattern | Expected |
---|---|
/\bwebpac(?!k)\b/ | webpack |
Examples
Before | After |
---|---|
webpacのビルド速度改善についてのスライド | webpackのビルド速度改善についてのスライド |
SvelteKit
Description
https://github.com/sveltejs/kit
Patterns
Pattern | Expected |
---|---|
/SveleteKit/i | SvelteKit |
Examples
Before | After |
---|---|
SveleteKit | SvelteKit |
SvelteKit | SvelteKit |
Virtual DOM
Patterns
Pattern | Expected |
---|---|
/VirtualDOM/i | Virtual DOM |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
VirtualDOM is virtual dom object | Virtual DOM is virtual dom object |
PostCSS
Patterns
Pattern | Expected |
---|---|
/PostCSS/i | PostCSS |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
postcss | PostCSS |
Travis CI
Patterns
Pattern | Expected |
---|---|
/TravisCI/i | Travis CI |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
TravisCI is a service | Travis CI is a service |
WebExtension$1
Description
See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/What_are_WebExtensions
Patterns
Pattern | Expected |
---|---|
/Web Extension(s)?/ | WebExtension$1 |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
Web Extension | WebExtension |
Extensions for Firefox are built using WebExtensions APIs | Extensions for Firefox are built using WebExtensions APIs |
WebExtension APIs are designed to be compatible with Chrome and Opera extensions | WebExtension APIs are designed to be compatible with Chrome and Opera extensions |
JavaScript
Description
JavaScript is not Java Script
Patterns
Pattern | Expected |
---|---|
/javascript/i | JavaScript |
/Java Script/i | JavaScript |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
javascript | JavaScript |
java script | JavaScript |
Java script | JavaScript |
Web Components
Description
Reference https://w3c.github.io/webcomponents/explainer/
Patterns
Pattern | Expected |
---|---|
/WebComponents/i | Web Components |
/web components/i | Web Components |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
WebComponentsについてのWeeklyメールマガジン | Web ComponentsについてのWeeklyメールマガジン |
App Router
Description
*s*がつかない https://nextjs.org/docs/app
Patterns
Pattern | Expected |
---|---|
/\bapp router\b/ | App Router |
/\bApps Router\b/ | App Router |
Examples
Before | After |
---|---|
Pages Router | Pages Router |
page router | page router |
app router | App Router |
Apps Router | App Router |
NestJS
Description
NestJS https://nestjs.com/
Patterns
Pattern | Expected |
---|---|
/Nest\.js/i | NestJS |
/Nestjs/i | NestJS |
Examples
Before | After |
---|---|
NestJS | NestJS |
Nest.js | NestJS |
Performance
Patterns
Pattern | Expected |
---|---|
/peformance/i | Performance |
Examples
Before | After |
---|---|
ブラウザ上でどうやって計測するかやPeformance Timelineなどの仕様について | ブラウザ上でどうやって計測するかやPerformance Timelineなどの仕様について |
Flexbox
Patterns
Pattern | Expected |
---|---|
Fluxbox | Flexbox |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
CSS Fluxboxでは | CSS Flexboxでは |
Workaround
Patterns
Pattern | Expected |
---|---|
Workaound | Workaround |
Examples
Before | After |
---|---|
iOS7と8のquerySelectorバグの対処(Workaound) | iOS7と8のquerySelectorバグの対処(Workaround) |
Ember.js
Description
Reference https://www.emberjs.com/
Patterns
Pattern | Expected |
---|---|
/Ember\.js/i | Ember.js |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
ember.js | Ember.js |
CloudFront
Description
AWS CloudFront https://aws.amazon.com/jp/cloudfront/
Patterns
Pattern | Expected |
---|---|
/\bCloudFront\b/i | CloudFront |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
Cloudront | Cloudront |
Cloudfront | CloudFront |
awscloudfront | awscloudfront |
Pages Router
Description
*s*がつく https://nextjs.org/docs/pages
Patterns
Pattern | Expected |
---|---|
/\bpage router\b/ | Pages Router |
Examples
Before | After |
---|---|
Pages Router | Pages Router |
page router | Pages Router |
Angular
Description
Angular(2.0~)
Patterns
Pattern | Expected |
---|---|
/angular/i | Angular |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
angular | Angular |
angulardart | angulardart |
OCaml
Description
Reference http://ocaml.org/
Patterns
Pattern | Expected |
---|---|
/OCaml/i | OCaml |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
ocaml | OCaml |
Underscore.js
Description
Reference http://underscorejs.org/
Patterns
Pattern | Expected |
---|---|
/underscore.js/i | Underscore.js |
Allows
-
{{COMBINATION_WORD}}
Jamstack
Description
Jamstackに統一された https://github.com/jamstack/jamstack.org/issues/279
Patterns
Pattern | Expected |
---|---|
/\bJAMStack\b/i | Jamstack |
Examples
Before | After |
---|---|
Jamstack | Jamstack |
JAMStack is old word | Jamstack is old word |
jamjasmstack | jamjasmstack |
Touch Events
Description
Reference https://www.w3.org/TR/touch-events/
Patterns
Pattern | Expected |
---|---|
/Touch Event/i | Touch Events |
/Touch Events/i | Touch Events |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
Touch Event、Fullscreen APIなどのサポートなど | Touch Events、Fullscreen APIなどのサポートなど |
jQuery
Description
Reference http://jquery.com/
Patterns
Pattern | Expected |
---|---|
/jquery/i | jQuery |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
Jquery | jQuery |
jquery | jQuery |
jquery-ui | jquery-ui |
$1velte
Description
https://github.com/sveltejs
Patterns
Pattern | Expected |
---|---|
/(s)velete/i | $1velte |
Examples
Before | After |
---|---|
svelete | svelte |
Svelete | Svelte |
Wasm
Description
WebAssembly (abbreviated Wasm) https://webassembly.org/
Patterns
Pattern | Expected |
---|---|
/wasm/i | Wasm |
Examples
Before | After |
---|---|
wasm | Wasm |
WAsm | Wasm |
WebAssembly (abbreviated Wasm) | WebAssembly (abbreviated Wasm) |
Leanpub
Description
Reference https://leanpub.com/
Patterns
Pattern | Expected |
---|---|
/leanpub/i | Leanpub |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
leanpub | Leanpub |
$1nimation
Description
typo
Patterns
Pattern | Expected |
---|---|
/(a)nimation/i | $1nimation |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
Animation | Animation |
CSS Animation | CSS Animation |
CSS animations | CSS animations |
Import
Description
importのtypoです
Patterns
Pattern | Expected |
---|---|
Impport | Import |
Examples
Before | After |
---|---|
Dynamic Impport | Dynamic Import |
Impporter | Importer |
1Password
Patterns
Pattern | Expected |
---|---|
/1\s?Password/i | 1Password |
Examples
Before | After |
---|---|
1Password | 1Password |
1password | 1Password |
1 Password | 1Password |
Web Audio API
Description
Reference https://www.w3.org/TR/webaudio/
Patterns
Pattern | Expected |
---|---|
/WebAudio API/i | Web Audio API |
/Web AudioAPI/i | Web Audio API |
/Web Audio API/i | Web Audio API |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
All scheduled times in the WebAudio API are relative to the value of currentTime. | All scheduled times in the Web Audio API are relative to the value of currentTime. |
$1hromium
Description
A typo Chromium
Patterns
Pattern | Expected |
---|---|
/(C)hronium/i | $1hromium |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
Chrome is Chronium | Chrome is Chromium |
Chrome is chronium | Chrome is chromium |
Microsoft
Description
typo
Patterns
Pattern | Expected |
---|---|
/Microsfot/i | Microsoft |
Examples
Before | After |
---|---|
MicrosfotV | MicrosfotV |
MS | MS |
MicrosoftVisio | MicrosoftVisio |
Custom
Description
Customのtypoです
Patterns
Pattern | Expected |
---|---|
/Custome\b/i | Custom |
Examples
Before | After |
---|---|
WebVRをCustome Elementのタグで書く | WebVRをCustom Elementのタグで書く |
ES6 Classes
Patterns
Pattern | Expected |
---|---|
/\bES6 classes\b/i | ES6 Classes |
Examples
Before | After |
---|---|
ES6 classes | ES6 Classes |
CoffeeScript
Patterns
Pattern | Expected |
---|---|
CoffeScript | CoffeeScript |
Examples
Before | After |
---|---|
CoffeScriptからES6 | CoffeeScriptからES6 |
MySQL
Description
Reference https://www.mysql.com/
Patterns
Pattern | Expected |
---|---|
/mysql/i | MySQL |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
mysql is a database. | MySQL is a database. |
Oracle mysql | Oracle MySQL |
AngularJS
Description
AngularJS(1.x)はJSを付けます
Patterns
Pattern | Expected |
---|---|
/Angular\.js/i | AngularJS |
/angularjs/i | AngularJS |
Examples
Before | After |
---|---|
Angular.js | AngularJS |
TodoMVC
Description
See http://todomvc.com/
Patterns
Pattern | Expected |
---|---|
/todomvc/i | TodoMVC |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
todomvc is todo app. | TodoMVC is todo app. |
Lighthouse
Description
https://github.com/GoogleChrome/lighthouse
Patterns
Pattern | Expected |
---|---|
/\bLighthouse\b/i | Lighthouse |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
lighthouse | Lighthouse |
lighthouse-cli | lighthouse-cli |
Lighthouse analyzes web apps | Lighthouse analyzes web apps |
Foundation
Patterns
Pattern | Expected |
---|---|
Fundation | Foundation |
Examples
Before | After |
---|---|
Fundation | Foundation |
WebKit
Description
Reference https://webkit.org/
Patterns
Pattern | Expected |
---|---|
/webkit/i | WebKit |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
これはwebkitです | これはWebKitです |
XXXwebkit | XXXwebkit |
node-webkit | node-webkit |
Pointer Events
Description
Pointer Eventsに統一
Patterns
Pattern | Expected |
---|---|
/pointer event/i | Pointer Events |
/pointer events/i | Pointer Events |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
Pointer Events | Pointer Events |
MSEdgeの対応、pointer eventsなど対応、 | MSEdgeの対応、Pointer Eventsなど対応、 |
MSEdgeの対応、pointer eventなど対応、 | MSEdgeの対応、Pointer Eventsなど対応、 |
pointer-events | pointer-events |
ECMAScript $1
Description
Reference https://www.ecma-international.org/publications/standards/Ecma-262.htm
Patterns
Pattern | Expected |
---|---|
/ECMAScript([0-9]+)/i | ECMAScript $1 |
/ECMA Script([0-9]+)/i | ECMAScript $1 |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
ECMASCRIPT5 | ECMAScript 5 |
ecmascript2015 | ECMAScript 2015 |
sessionStorage
Description
Reference https://www.w3.org/TR/webstorage/
Patterns
Pattern | Expected |
---|---|
sessionstorage | sessionStorage |
session storage | sessionStorage |
Allows
-
{{COMBINATION_WORD}}
Examples
Before | After |
---|---|
sessionstorage is a parts of webstorage | sessionStorage is a parts of webstorage |
session storage is a parts of webstorage | sessionStorage is a parts of webstorage |