Skip to content

[Observability UI] Fixed grammar "awhile" to "a while"#74725

Merged
igoristic merged 1 commit intoelastic:masterfrom
igoristic:fix_grammar
Aug 11, 2020
Merged

[Observability UI] Fixed grammar "awhile" to "a while"#74725
igoristic merged 1 commit intoelastic:masterfrom
igoristic:fix_grammar

Conversation

@igoristic
Copy link
Copy Markdown
Contributor

@igoristic igoristic commented Aug 11, 2020

Resolves #74698

Just a slight grammar correction

@igoristic igoristic added the release_note:skip Skip the PR/issue when compiling release notes label Aug 11, 2020
@igoristic igoristic requested a review from a team as a code owner August 11, 2020 01:49
@kibanamachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

Build metrics

page load bundle size

id value diff baseline
data 1.4MB +1.0B 1.4MB
dataEnhanced 177.9KB +1.0B 177.9KB
total +2.0B

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

this.longRunningToast = this.deps.toasts.addInfo(
{
title: 'Your query is taking awhile',
title: 'Your query is taking a while',
Copy link
Copy Markdown
Contributor

@lizozom lizozom Aug 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I remember looking this up when implementing the feature.
I think awhile is actually the right form, but I also find it weird.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, it's a bit confusing for me too 🙃

The way I understand it is awhile == for a while so it would read something like: "Your query is taking for a while" which can also work 🤷‍♂️

@igoristic igoristic merged commit 5665ce2 into elastic:master Aug 11, 2020
@igoristic igoristic deleted the fix_grammar branch August 11, 2020 10:40
igoristic added a commit to igoristic/kibana that referenced this pull request Aug 11, 2020
# Conflicts:
#	rfcs/text/0001_lifecycle_setup.md
gmmorris added a commit to gmmorris/kibana that referenced this pull request Aug 11, 2020
* master: (106 commits)
  [Functional Tests] Adds a wait time between setting the index pattern and the time field on TSVB (elastic#74736)
  [Lens] Add styling options for x and y axes on the settings popover (elastic#71829)
  [Maps] add initial location option that fits to data bounds (elastic#74583)
  theme function (elastic#73451)
  [data.ui.query] Write filters to query log from default editor. (elastic#74474)
  [data.search.SearchSource] Move some SearchSource dependencies to the server. (elastic#74607)
  [Canvas][tech-debt] Convert renderers (elastic#74134)
  [security solutions][lists] Adds end to end tests (elastic#74473)
  pluralized for occurrences vs occurrence (elastic#74564)
  Update links that pointed to CONTRIBUTING.md (elastic#74757)
  [Ingest pipelines] Implement tabs in processor flyout (elastic#74469)
  [Event log] Use Alerts client & Actions client when fetching these types of SOs (elastic#73257)
  Bump chalk to 4.1.0 (elastic#73397)
  Index pattern field list - transition away from extending array - introduce and use getAll() (elastic#74718)
  [SECURITY] Bugs css/inspect (elastic#74711)
  [telemetry] update README to downplay ui_metrics (elastic#74635)
  Fixed grammar (elastic#74725)
  [Telemetry][API Integration] size_in_bytes to be a number (elastic#74664)
  [ILM] Convert node details flyout to TS (elastic#73707)
  [Ingest Node Pipelines] Sentence-case processor names (elastic#74645)
  ...
igoristic added a commit that referenced this pull request Aug 11, 2020
* Fixed grammar (#74725)

# Conflicts:
#	rfcs/text/0001_lifecycle_setup.md

* Delete 0001_lifecycle_setup.md
igoristic added a commit that referenced this pull request Aug 11, 2020
* Fixed grammar (#74725)

# Conflicts:
#	rfcs/text/0001_lifecycle_setup.md

* Delete 0001_lifecycle_setup.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release_note:skip Skip the PR/issue when compiling release notes v7.9.1 v8.0.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typo in toast - should be your query is taking a while

3 participants