Skip to content
Snippets Groups Projects
Commit ad4375d8 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

Merge pull request #5353 from Varunram/doctypos

Remove typographical errors in docs
parents a948a153 8ef073e1
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@ Before filing an issue we'd appreciate it if you could take a moment to ensure
there isn't already an open issue or pull-request.
-----
If there's an exisiting issue, please add a :+1: reaction to the description of
If there's an existing issue, please add a :+1: reaction to the description of
the issue. One way we prioritize issues is by the number of :+1: reactions on
their descriptions. Please DO NOT add `+1` or :+1: comments.
......
......@@ -1193,7 +1193,7 @@ Fetch the results for a Card in a publically-accessible Dashboard. Does not requ
## `GET /api/public/oembed`
oEmbed endpoint used to retreive embed code and metadata for a (public) Metabase URL.
oEmbed endpoint used to retrieve embed code and metadata for a (public) Metabase URL.
##### PARAMS:
......@@ -1709,7 +1709,7 @@ Fetch the current `User`.
## `POST /api/user/`
Create a new `User`, or or reäctivate an existing one.
Create a new `User`, or or reactivate an existing one.
You must be a superuser to do this.
......@@ -1783,7 +1783,7 @@ You must be a superuser to do this.
## `GET /api/util/random_token`
Return a cryptographically secure random 32-byte token, encoded as a hexidecimal string.
Return a cryptographically secure random 32-byte token, encoded as a hexadecimal string.
Intended for use when creating a value for `embedding-secret-key`.
......@@ -1801,4 +1801,4 @@ Endpoint that checks if the supplied password meets the currently configured pas
##### PARAMS:
* **`password`** Insufficient password strength
\ No newline at end of file
* **`password`** Insufficient password strength
......@@ -30,7 +30,7 @@ If you already have two or more saved questions you’d like to compare, and the
![multiseriesmodal1](images/MultiSeriesModal1.png)
The X and Y axis will automagically update if necessary and Metabase will create a legend using the existing card titles to help you understand which question maps to which series on the chart. Repeat this process as many times as you need.
The X and Y axis will automatically update if necessary and Metabase will create a legend using the existing card titles to help you understand which question maps to which series on the chart. Repeat this process as many times as you need.
To remove a series either uncheck the box, or click the x next to the title in the legend above the chart.
......
.hide { display: none !important; }
.show { display: inheirt; }
.show { display: inherit; }
.hidden { visibility: hidden; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment