public/app/features/*: Fix some misspell issues

This commit is contained in:
Mario Trangoni
2018-12-05 13:08:00 +01:00
parent 0f74843332
commit ab9f65a4cf
6 changed files with 11 additions and 11 deletions

View File

@@ -481,7 +481,7 @@ export class Explore extends React.PureComponent<ExploreProps, ExploreState> {
} else {
// Modify query only at index
nextQueries = initialQueries.map((query, i) => {
// Synchronise all queries with local query cache to ensure consistency
// Synchronize all queries with local query cache to ensure consistency
// TODO still needed?
return i === index
? {

View File

@@ -88,7 +88,7 @@ export default class PlaceholdersBuffer {
orders.push({ index: parts.length - 1, order });
textOffset += part.length + match.length;
}
// Ensures string serialisation still works if no placeholders were parsed
// Ensures string serialization still works if no placeholders were parsed
// and also accounts for the remainder of text with placeholders
parts.push(text.slice(textOffset));
return {