fix typo authored by anarcat's avatar anarcat
...@@ -296,7 +296,7 @@ target difficult to fulfill at this point. ...@@ -296,7 +296,7 @@ target difficult to fulfill at this point.
CiviCRM is a relatively "classic" PHP application: it's made of a CiviCRM is a relatively "classic" PHP application: it's made of a
collection of `.php` files scattered cleverly around various collection of `.php` files scattered cleverly around various
directories. There's one catch: it's actually built as a drop-in directories. There's one catch: it's actually built as a drop-in
module for other CMSes. Traditionnally, Joomla, Wordpress and Drupal module for other CMSes. Traditionally, Joomla, Wordpress and Drupal
are supported, and our deployment uses Drupal. are supported, and our deployment uses Drupal.
(There's actually a standalone version in development we are (There's actually a standalone version in development we are
... ...
......