From 760d0a5ef93dcdc6a8d8683fa8d1cca338d65429 Mon Sep 17 00:00:00 2001 From: mogemimi Date: Thu, 19 Nov 2015 01:50:25 +0900 Subject: [PATCH] Fix small typo --- src/vs/languages/css/common/services/browsers.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/vs/languages/css/common/services/browsers.js b/src/vs/languages/css/common/services/browsers.js index 77016ad82a1..726f89da902 100644 --- a/src/vs/languages/css/common/services/browsers.js +++ b/src/vs/languages/css/common/services/browsers.js @@ -1713,7 +1713,7 @@ exports.data ={ }, { "name": "border-image-width", - "desc": "The four values of 'border-image-width' specify offsets that are used to divide the border image area into nine parts. They represent inward distances from the the top, right, bottom, and left sides of the area, respectively.", + "desc": "The four values of 'border-image-width' specify offsets that are used to divide the border image area into nine parts. They represent inward distances from the top, right, bottom, and left sides of the area, respectively.", "browsers": "FF13,IE11", "restriction": "length, percentage, number", "values": [] @@ -2616,7 +2616,7 @@ exports.data ={ }, { "name": "counter-increment", - "desc": "Counters are used with the 'counter()' and 'counters()' functions of the the 'content' property.", + "desc": "Counters are used with the 'counter()' and 'counters()' functions of the 'content' property.", "browsers": "C,FF1.5,IE8,O10.5,S3", "restriction": "identifier, integer", "values": [] @@ -5503,7 +5503,7 @@ exports.data ={ "values": [ { "name": "center", - "desc": "Places the center of the Grid Item's margin box at the center of the the Grid Item's column." + "desc": "Places the center of the Grid Item's margin box at the center of the Grid Item's column." }, { "name": "end", @@ -5561,7 +5561,7 @@ exports.data ={ "values": [ { "name": "center", - "desc": "Places the center of the Grid Item's margin box at the center of the the Grid Item's row." + "desc": "Places the center of the Grid Item's margin box at the center of the Grid Item's row." }, { "name": "end", -- GitLab