From 9f56a6e40bbfeba2298728139a3e6d2b066825d0 Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Sun, 14 Feb 2016 13:57:29 +0530 Subject: [PATCH] Fix a typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `maintenence` → `maintenance` --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 8b0516f0e..46d62912a 100644 --- a/FAQ.md +++ b/FAQ.md @@ -21,7 +21,7 @@ please open a request there with the link and license details. Using canvas rather than SVG would require implementing a scenegraph, hit-testing, event dispatch, animation, and other features provided natively by SVG. All that is a significant amount of work, would have meant a longer time for the initial release -of iD, and would likely increase the ongoing costs of maintenence and new features. +of iD, and would likely increase the ongoing costs of maintenance and new features. On the other hand, SVG is already fast enough in many or most hardware/browser/OS/editing region combinations, and will only get faster as hardware improves and browser vendors