From 719a939c6712e38cc44ee1774d51894e530eddc9 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 30 Dec 2009 19:57:09 +0000 Subject: Spellcheck. --- docs/narr/introduction.rst | 2 +- docs/narr/project.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr') diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 54051b904..497b09b40 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -55,7 +55,7 @@ Familiarity Trustability :mod:`repoze.bfg` is developed conservatively and tested exhaustively. *If it ain't tested, it's broke.* Every release of - :mod:`repoze.bfg` has 100% unit test converage. + :mod:`repoze.bfg` has 100% statement coverage via unit tests. A Sense of Fun Developing a :mod:`repoze.bfg` application should not feel foreign diff --git a/docs/narr/project.rst b/docs/narr/project.rst index c76223401..41b0bce02 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -4,7 +4,7 @@ Creating a :mod:`repoze.bfg` Project ==================================== While it's possible to create a :mod:`repoze.bfg` application -completely manually, it's usfeul to be able to create a "skeleton" +completely manually, it's useful to be able to create a "skeleton" :mod:`repoze.bfg` application using an application skeleton generator. "Skeleton" projects can be created using the ``paster create`` command in conjunction with :term:`Paste` templates. Various project -- cgit v1.2.3