Skip to content
Snippets Groups Projects
Unverified Commit 8d21e2da authored by Bonifacio de Oliveira's avatar Bonifacio de Oliveira Committed by GitHub
Browse files

fix typos (#16734)

parent a7257112
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ import { SettingsApi } from "metabase/services";
@fitViewport
export default class Activate extends React.Component {
state = {
heading: t`Enter the token you recieved from the store`,
heading: t`Enter the token you received from the store`,
errorMessage: "",
showVerbose: false,
error: false,
......
......@@ -14,7 +14,7 @@
(defmacro with-channel-id
"Execute `body` with `channel-id` as the current Slack channel; all messages will be posted to that channel. (This is
bound to the channel that recieved the MetaBot command we're currently handling by the
bound to the channel that received the MetaBot command we're currently handling by the
`metabase.metabot.events/handle-slack-event` event handler.)"
{:style/indent 1}
[channel-id & body]
......
......@@ -78,7 +78,7 @@
(defn insights-rf
"A reducing function that calculates what is ultimately returned as `[:data :results_metadata]` in userland QP
results. `metadata` is the usual QP results metadata e.g. as recieved by an `rff`."
results. `metadata` is the usual QP results metadata e.g. as received by an `rff`."
{:arglists '([metadata])}
[{:keys [cols]}]
(let [cols (for [col cols]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment