From 42dd58cffe70f8e859b915034b80f67188230b34 Mon Sep 17 00:00:00 2001 From: BIKI DAS Date: Tue, 28 Dec 2021 23:06:59 +0530 Subject: [PATCH] docs: Fix a few typos in documentation. --- docs/subsystems/client.md | 2 +- static/styles/zulip.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/subsystems/client.md b/docs/subsystems/client.md index 345989b861..742fff4241 100644 --- a/docs/subsystems/client.md +++ b/docs/subsystems/client.md @@ -20,7 +20,7 @@ A `Client` is used to sort messages into client categories such as Generally, integrations in Zulip should declare a unique User-Agent, so that it's easy to figure out which integration is involved when debugging an issue. For incoming webhook integrations, we do that -convenentialy via the auth decorators (as we will describe shortly); +conveniently via the auth decorators (as we will describe shortly); other integrations generally should set the first User-Agent element on their HTTP requests to something of the form ZulipIntegrationName/1.2 so that they are categorized properly. diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 5d493fba12..1c507102fd 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -586,7 +586,7 @@ strong { To resolve this, we just hide the tooltip for touch-events on touch-enabled devices resolving the above problem. This means that tooltips will never appear on touchscreen devices, but that's - probably a reasoanble tradeoff here. + probably a reasonable tradeoff here. Source: https://drafts.csswg.org/mediaqueries-4/#mf-interaction */ @@ -661,7 +661,7 @@ strong { filter: progid:dximagetransform.microsoft.gradient(startcolorstr='hsla(328, 100%, 50%, 0.8)', endcolorstr='hsla(332, 100%, 50%, 0.7)', gradienttype=0); } /* styles defined for user_circle here only deal with positioning of user_presence_circle - in typeahead list in order to ensure they are renderred correctly in in all screen sizes. + in typeahead list in order to ensure they are rendered correctly in in all screen sizes. Most of the style rules related to color, gradient etc. which are generally common throughout the app are defined in user_circles.css and are not overridden here. */ .user_circle {