Skip to content
Snippets Groups Projects
Commit e3519b27 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #2116 from sturgill/master

Correct typos
parents 1b96caa5 69fce624
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ const SECTIONS = [
key: "slack-token",
display_name: "Slack API Token",
description: "",
placeholder: "Enter the token you recieved from Slack",
placeholder: "Enter the token you received from Slack",
type: "string",
required: true,
autoFocus: true
......
(ns metabase.driver.query-processor.expand
"Converts a Query Dict as recieved by the API into an *expanded* one that contains extra information that will be needed to
"Converts a Query Dict as received by the API into an *expanded* one that contains extra information that will be needed to
construct the appropriate native Query, and perform various post-processing steps such as Field ordering."
(:refer-clojure :exclude [< <= > >= = != and or not filter count distinct sum])
(:require (clojure [core :as core]
......
......@@ -3,7 +3,7 @@
[metabase.email :as email]))
(def inbox
"Map of email addresses -> sequence of messages they've recieved."
"Map of email addresses -> sequence of messages they've received."
(atom {}))
(defn reset-inbox!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment